@media (min-width: 992px){

    .Double_Image > * {
        width: 50%;
        height: 300px;
        aspect-ratio: 1;
    }

    .Double_Image{
        gap: 27px;
    }

    .Section_Background.Services{
        height: 300px;
    }

    .Section_Background.Services.Mobile_Section{
        display: none;
    }
    
    .About_Text_Container {
        white-space: wrap;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .txt-after {
        height: 149px;
    }
    
    .txt-after:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: -15px;
        box-shadow: inset rgba(7, 22, 34) 0 -20px 20px;
    }

    .See_Collapse {
        padding-top: 10px;
        text-decoration: underline;
        cursor: pointer;
        display: none;
        padding-bottom: 20px;
        width: fit-content !important;
    }
    
    .See_Collapse i {
        padding-left: 5px;
    }

    .About_Show {
        display: block;
    }

}

@media (max-width: 992px) {

    .See_Collapse {
        display: none;
    }

    .About_Text_Container {
        height: auto !important;
        box-shadow: unset;
    }

    footer{
        margin-top: 0px;
    }
    .Sect.Flip h2{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Double_Image {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .Double_Image.Desktop{
        display: none;
    }
    .Sect{
        margin-top: 10px !important;
    }
    .Main_Title{
        margin-bottom: 20px;
    }
    .Sect.Flip{
        padding: 0px 5%;
        padding-bottom: 20px;
    }
    .Sect.Flip .Texts{
        padding: unset;
    }
    .Banner_Stable_In{
        width: 100%;
    }
    .Banner_Stable_Intro_Text{
        width: 90%;
    }
    .Banner_Stable_Intro_Text{
        font-size: 23px;
        line-height: 35px;
    }
    .Banner_Quote_Author{
        font-size: 18px !important;
        padding-top: 15px;
    }
    .Banner_Stable{
        height: 350px;
    }

    .Sect{
        flex-direction: column-reverse;
    }

    .Sect .Section_Background{
        width: 100% !important;
        height: 300px;
        display: none;
    }

    .Mobile_Section{
        display: block !important;
    }

    .Sect div, .Section_Background{
        width: 100%;
        margin: 15px 0px;
    }
}
@media (max-width: 768px) {
    .Banner_Stable{
        height: 250px;
    }
}
@media (max-width: 576px) {
    .Banner_Stable_Intro_Text{
        font-size: 20px;
        line-height: 28px;
    }
    .Banner_Stable{
        height: 200px;
    }
    .Banner_Quote{
        font-size: 23px;
        line-height: 25px;
    }
    .Learn_More{
        padding: 7px 12px;
        border: 2px solid white;
    }
}
@media (max-width: 355px) {
    .Learn_More{
        padding: 5px 10px;
        border: 2px solid white;
    }
    .Learn_More_Stable{
        font-size: 25px;
        padding: 10px 20px;
    }
}