.title--CtaWraper {
    text-align: center;
    margin-bottom: 30px;
}

.title--CtaWraper h5 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 0px;
}

section.regions--section {
    padding: 0px 0px 80px;
}

.region--Image img {
    width: 100%;
}

@media(max-width:767px){
    .title--CtaWraper h5 {
        display: unset;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
    }

    .title--CtaWraper h5 a {
        margin-top: 20px;
    }

    .region--Image {
        padding: 32px 0px;
    }
}

@media(max-width:1023px) and (min-width: 768px){
    .title--CtaWraper h5 {
        font-size: 24px;
        display: unset;
    }

    .title--CtaWraper h5 a {
        margin-top: 20px;
    }
}

@media(max-width:1140px) and (min-width: 1024px){
    .title--CtaWraper h5 {
        font-size: 24px;
    }
}