.welcome_section {
    margin: 154px 0
}

.welcome_section .welcome_section_inner {
    margin: 0 auto;
    max-width: 945px;
    row-gap: 31px
}

.welcome_section .welcome_section_inner .heading_section .heading_text {
    font-family: var(--Font_RidleyGrotesk_Medium);
    font-size: 55px;
    line-height: 105%;
    margin: 0
}

.welcome_section .welcome_section_inner .heading_section .heading_text span {
    color: var(--Color_Orange);
    position: relative
}

.welcome_section .welcome_section_inner .heading_section .heading_text span:after {
    background-image: url(../../images/orange_Vector.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 9%;
    left: 0;
    position: absolute;
    width: 100%
}

.welcome_section .welcome_section_inner .content {
    font-size: 18px;
    padding: 0 20px
}

.welcome_section .welcome_section_inner .content .p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--Color_Dark_Teal);
    font-family: var(--Font_Figtree_Regular);
    margin-bottom: 20px;
}

.welcome_section .welcome_section_inner .content .p:last-child {
    margin-bottom: 0;
}

.welcome_section .welcome_section_inner .button_list {
    margin-top: 18px;
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width:1359px) {
    .welcome_section {
        margin: 130px 0
    }

    .welcome_section .welcome_section_inner .heading_section .heading_text {
        font-size: 52px
    }
}

@media (max-width:1199px) {
    .welcome_section {
        margin: 110px 0
    }

    .welcome_section .welcome_section_inner {
        max-width: 635px
    }

    .welcome_section .welcome_section_inner .heading_section .heading_text {
        font-size: 42px
    }
}

@media (max-width:991px) {
    .welcome_section {
        margin: 80px 0
    }

    .welcome_section .welcome_section_inner {
        max-width: 455px
    }

    .welcome_section .welcome_section_inner .heading_section .heading_text {
        font-size: 32px
    }
}

@media (max-width:575px) {
    .welcome_section {
        margin: 62px 0
    }

    .welcome_section .welcome_section_inner {
        max-width: 455px
    }

    .welcome_section .welcome_section_inner .heading_section .heading_text {
        font-size: 24px;
        line-height: 110%
    }

    .welcome_section .welcome_section_inner .content {
        font-size: 14px;
        padding: 0
    }

    .welcome_section .welcome_section_inner .content .p {
        font-size: 14px;
    }

    .welcome_section .welcome_section_inner .button_list {
        margin-top: 0;
        width: 100%
    }

    .welcome_section .welcome_section_inner .button_list .custom_button {
        width: 100%
    }
}