/* section.custom-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 0;
    min-height: 600px;
} */

figure {
    margin: 0;
}

section .content ul {
    text-align: start;
}

section .inner-content p {
    margin-bottom: 16px;
}

section .inner-content p:last-child {
    margin-bottom: 0;
}

section ._header span,
section ._header h2,
section ._header h3 {
    margin-bottom: 0;
}

section ._header span,
section .content span,
section .sub-header span {
    color: var(--ColorType1);
}

section .row._custom .content h3 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(20px, 3vw, 25px);
    line-height: clamp(30px, 4vw, 35px);
    font-style: normal;
    font-weight: 700;
    color: var(--ColorBlack);
    text-align: center;
}

section .row._custom {
    margin-bottom: 60px;
}

section .row .content .header,
section .row._custom .content .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: fit-content;
}

section .row._custom .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

section .row._header,
section .row._custom {
    margin-bottom: 60px;
}

section .row._custom .header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    justify-content: center;
    height: 100%;
}

section .row._header:last-child,
section .row._custom:last-child {
    margin-bottom: 0;
}

section .row._header .content figure.image,
section .row._custom .content figure.image {
    width: 100%;
    margin-bottom: 30px;
}

section .row._header .content figure.image img,
section .row._custom .content figure.image img {
    width: 100%;
    object-fit: cover;
}

section .row._header figure.image,
section .row._custom figure.image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

section .row._custom .left-content {
    height: 100%;
}

section .row._header figure.image img,
section .row._custom figure.image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

section .row._custom .content h2,
section .row._header .content h2 {
    margin-bottom: 0;
}

@media (max-width:1199px) {
    section.custom-section {
        padding: 70px 30px;
    }
    section .row._header,
    section .row._custom {
        margin-bottom: 50px;
    }
    section p,
    section li {
        font-size: 18px;
        line-height: normal;
    }
    section .row._header figure.image,
    section .row._custom figure.image {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    section.custom-section {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    section.custom-section {
        padding: 50px 8px;
    }
    section .row._custom .content h2,
    section .row._header .content h2 {
        margin: 0 auto 20px;
        text-align: center;
    }
    section .row._custom .content p,
    section .row._header .content p {
        text-align: center;
    }
    section .row._header,
    section .row._custom {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    section .row._custom .header {
        align-items: center;
    }
}