.about-con .generic-title2 p{
    padding: 0;
    margin-bottom: 60px; 
}
.about-con .goals-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.65% 48.65%;
}
.about-con .upper_portion {
    margin-bottom: 20px;
}
.about-con .box1 {
    padding-left: 60px;
}
.about-con .box2 {
    padding-right: 65px;
}
.about-con .about-box-content h3{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 19px;
}
.about-con .about-box-content p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
    .about-con .generic-title2 p {
        margin-bottom: 50px;
    }
    .about-con .about-box-content h3 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-con .generic-title2 p {
        margin-bottom: 40px;
    }
    .about-con .about-box-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .about-con .box1 {
        padding-left: 0;
    }
    .about-con .box2 {
        padding-right: 0;
    }
    .about-con .about-image img{
        width: 72%;
    }
}
@media only screen and (max-width: 991px) {
    .about-con .generic-title2 p {
        margin-bottom: 30px;
    }
    .about-con .goals-box {
        gap: 15px;
        grid-template-columns: 49% 49%;
    }
    .about-con .about-box-content h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .about-con .about-box-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .about-con .generic-title2 p {
        margin-bottom: 25px;
    }
    .about-con .about-box-content h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .about-con .goals-box {
        grid-template-columns: 100%;
    }
    .about-con .about-box-content {
        text-align: center;
    }
    .about-con .about-image {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .about-con .about-image img {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .about-con .generic-title2 p {
        margin-bottom: 20px;
    }
    .about-con .about-box-content h3 {
        margin-bottom: 6px;
    }
    .about-con .about-image {
        margin-bottom: 15px !important;
    }
    .about-con .about-image img {
        width: 55%;
    }
}