/* start about */
.about .content h1 {
    font-size: 38px;
    color: rgba(16, 24, 40, 1);
}

.about .content p {
    line-height: 29.25px;
    letter-spacing: -0.44px;
    font-size: 18px;
    max-width: 616px;
    width: 100%;
    color: rgba(54, 65, 83, 1);
}

.about .container .image {
    width: 100%;
    max-width: 610px;
    height: 661px;
    background-image: url(/html-template/assets/images/aboutImg.png);
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
    flex-shrink: 0;
}

.about .container .image:hover {
    transform: scale(1.02);
}

.about .container .logo {
    width: 186px;
    height: 140px;
    background-image: url(/html-template/assets/images/aboutLogo.png);
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .about .container {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        gap: 30px !important;
    }

    .about .container .logo {
        background-position: center;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about .content p {
        max-width: 100%;
        text-align: justify;;
    }

    .about .container .image {
        max-width: 100%;
        height: 400px;
    }
}

@media (min-width: 992px) {
    #second-header {
        height: 270px;
    }
}
