.page-title {
    background-image: url('../web-img/page-title/about.webp');
    height: 100vh;
    max-height: 500px;
}

.sec-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.sec-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.abt-top-ctn {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    z-index: 2;
    position: relative;
    background-color: var(--tc1);
    padding: 50px;
}

.abt-top-ctn img {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}

.abt-top-ctn h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Gelasio", serif;
    text-transform: uppercase;
}

.abt-sec-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.abt-sec-three-content {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .sec-img {
        order: -1;
    }

    .sec-txt {
        order: 1;
    }

    .abt-sec-three-content {
        max-width: 700px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        text-align: start;
    }
}
