.about-section .container {
    padding-top: 20px;
    text-align: left;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 12px;
    position: relative;
}
h2 span {
    position: relative;
}
h2 span:before {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    top: calc(50% - 0px);
    width: 70px;
    height: 2px;
    background: #f3c84a;
}
.content p {
    text-align: left;
    line-height: 2.2rem;
    margin: 0;
}
.image-container-top {
    height: 90vh;
    margin-bottom: 30px;
}
.image-container-top img {
    width: 100%;
    height: 100%;
}
.footer {
    position: relative;
}
@media only screen and (max-width: 1024px) {
    .about-section .container {
        max-width: 90%;
        width: 100%;
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .main-content {
        padding-bottom: 40px;
    }
    .image-container-top img {
        object-fit: cover;
    }
    .top-image {
        height: 200px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .about-section .container {
        padding: 0 0 30px;
    }
    .image-container-top {
        height: 50vh;
    }
}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .content p {
        font-size: 14px;
    }
}
