.about-section {
    position: relative;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid var(--accent-color);
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #d7a449;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: var(--accent-color);
}

.sec-title h2 {
    color: var(--primary-color);
}


.card {
    border: none;
    border-radius: 12px;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* .card-icon {
    font-size: 50px;
    background: var(--secondry-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
} */

.card-title {
    font-weight: bold;
}

.card-body {
    height: 280px;
}

@media (min-width:1023px) and (max-width:1200px) {
    .about-section .content-column .inner-column {
        padding-top: 20px;
        padding-right: 0px;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .card-body {
        height: 330px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .card-body {
        height: 300px;
    }
}

@media (min-width:991px) and (max-width:1024px) {
    .about-section .content-column .inner-column {
        padding-top: 0px;
        padding-right: 0px;
    }

    .sec-title {
        padding-bottom: 20px;
    }

    .about-section .content-column .text {
        margin-bottom: 15px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .about-section .content-column .inner-column {
        padding-top: 0px;
        padding-right: 0px;
    }

    .sec-title {
        padding-bottom: 20px;
    }

    .about-section .content-column .text {
        margin-bottom: 15px;
    }

    .card-body {
        height: 250px;
    }
}

@media (max-width:767px) {
    .about-section .content-column .inner-column {
        padding-top: 0px;
        padding-right: 0px;
    }

    .sec-title {
        padding-bottom: 20px;
    }

    .about-section .content-column .text {
        margin-bottom: 15px;
    }

    .card-body {
        height: fit-content;
    }

    .about-section .image-column .inner-column {
        margin-left: 0px;
    }
}

.community-box {
    /* background-color: #f5ded6c8; */
    /* padding: 30px 20px; */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.community-box:hover {
    transform: translateY(-5px);
}

.community-logo {
    width:200px;
    height: 100px;
    padding: 0px 20px;
    box-shadow: 0px 0px 4px #B57EDCc8;
    object-fit: contain;
}

.community-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.community-tagline {
    font-size: 16px;
    color: #555;
    font-style: italic;
}

.sub-title {
    font-size: 19px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

@media (max-width:991px) {
    .sub-title {
        font-size: 13px;
    }

    .sec-head-title {
        font-size: 18px
    }
}