.sub-main-container {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    font-weight: lighter;
}

#about-main {
    display: flex;
    flex-direction: column;
}

.about-a1 {
        display: flex;
    justify-content: space-around;
    align-items: center;
    background: #624aff;
    margin-top: 40px;
    padding: 3rem 5rem;
    border-radius: 20px;
}

.about-a2 {
    width: 75%;
}

.button-green {
        background: #fffdff;
    border: none;
    padding: 12px;
    border-radius: 7px;
    color: #624aff;
    cursor: pointer; /* changes mouse pointer */
  transition: all 0.3s ease;
}

.button-green.ex:hover {
  /* background-color: #14a9fb; */
  background: #2f15db;
  color: #fff;
  transform: scale(1.05); /* zoom effect on hover */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

h4 {
    letter-spacing: 1px;
    margin-top: 0;
}

.ab-d1 {
    display: flex;
    margin-top: 5%;
}
.ab-d2 {
    width: 89%;
}
.ab-d3 {
    display: flex;flex-direction: column;align-items: center;top: 80px;position: relative;
}
.dnsh {
    width: 150px;
    white-space: normal;
    word-wrap: break-word;
}


@media (max-width: 768px) { 
.ab-d1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ab-d2 {
    width: 94vw;
}
.ab-d1 h2 {
    font-size: 20px;
}
.ab-d1 h1 {
    font-size: 20px;
}
.ab-d1 h3 {
    font-size: 14px;
}
.ab-d1 p {
    font-size: 13px;
}
.ab-d3 {
    top: 40px;
}
#about-main {
    align-items: center;
    width: 96vw;
    left: 1vw;
    position: relative;
    top: 60px;
}
#about-main h1 {
    font-size: 22px;
}

.about-a1 {
    margin-top: 25px;
    padding: 1rem 1rem;
    border-radius: 20px;
    flex-direction: column;
}
.about-a2 {
    width: 89vw;
}
.about-a2 h1 {
    font-size: 20px;
}
.about-a2 h4 {
    font-size: 16px;
}
.about-a2 p {
    font-size: 13px;
}
}