
.xs_twin
{
    margin-bottom: 80px;
}

.xs_twin h2
{
    font-size: 53px !important;
    line-height: 66px !important;
    color: #2C3137 !important;
    font-family: "MuseoRegular" !important;
    margin-bottom: 60px;
    text-align: center;
}


.xs_twin h3
{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #2C3137 !important;
    font-family: "MuseoRegular" !important;
    margin-bottom: 20px;
}


.xs_twin h4
{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #2C3137 !important;
    font-family: "MuseoRegular" !important;
}


.xs_twin h5
{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #2C3137 !important;
    font-family: "MuseoRegular" !important;
}

.xs_twin p{
    color: #2C3137 !important; 
}


.xs_twin__content
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs_twin__content .xs_twin__item
{
    width: 49%;
    font-size: 22px;
}


.xs_twin__content .xs_twin__item:last-child img
{
    border-radius: 50%;
    width: 543px;
    height: 543px;
}


.xs_twin__btn
{

    width: 286px;
    height: 90px;
    background: linear-gradient(85.99deg, #DA0C0C -17.19%, #EA5353 24.59%, #FF7070 43.55%, #F45959 67.04%, #DA0C0C 99.07%);
    box-shadow: inset 0px 0px 26px rgb(255 255 255 / 46%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 136.7%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 30px;
}




@media screen and (max-width: 1200px)
{
 
    .xs_twin h2
    {
        font-size: 30px !important;
        line-height: 40px !important;
        color: #2C3137 !important;
    }

    .xs_twin__content .xs_twin__item
    {
        width: 100%;
        margin-bottom: 60px;
    }

    .xs_twin
    {
        margin-bottom: 0;
    }

    .xs_twin h3 {
        font-size: 22px !important;
        line-height: 25px !important;
    }


    .xs_twin__content .xs_twin__item:last-child img
    {
        width: 465px;
        height: 465px;
    }


}



@media screen and (max-width: 992px)
{
  

    .xs_twin__content
    {
        flex-direction: column;
        align-items: flex-start;

    }

    .xs_twin__content .xs_twin__item:last-child
    {
        order: -1;
    }

    .xs_twin__item_img
    {
        text-align: center;
    }
    

}



@media screen and (max-width: 576px)
{
  
    .xs_twin__btn
    {
        margin: 0 auto;
        margin-top: 50px;
    }

    .xs_twin__content .xs_twin__item {
        margin-bottom: 30px;
    }

    .xs_twin
    {
        margin-bottom: 40px;
    }

    .xs_twin__content .xs_twin__item:last-child img
    {
        width: 365px;
        height: 365px;
    }

}




@media screen and (max-width: 460px)
{
  
    .xs_twin h2
    {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .xs_twin__content .xs_twin__item:last-child img {
        width: 300px;
        height: 300px;
    }

}



@media screen and (max-width: 350px)
{
  
    .xs_twin h2
    {
        font-size: 21px !important;
        line-height: 35px !important;
    }

}


