@charset "UTF-8";
/*-----------------------*/
/*    Service Block 4    */
/*-----------------------*/
#PYI.section-block{
    position: relative;
    padding: 0rem 0 5rem 0;
}
#PYI .single-col-block{
    align-items: center;
}
#PYI .single-col-block .row{
    display: flex;
    width: 90%;
}
.PYI-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*---------------------------*/
/*  Service block 4 top row  */
/*---------------------------*/
#PYI .title-container{
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
    img{
        width: 2.5rem;
        height: 2.5rem;
    }
}
/*---------------------------*/
/*  Service block 4 bot row  */
/*---------------------------*/
.PYI-container{
    display: flex;
    flex-direction: row;
}
.text-container{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-right: 1vw;
    width: 60%;
    span{
        color: #EEEEEE;
    }
}
.cta-buttons-container{
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 40%;
    gap: 1vw;
    align-items: center;
    justify-content: end;
}


/* --------- */
/*  MOBILE   */
/* --------- */
@media (max-width: 767px) and (orientation: portrait) {
    /*-----------------------*/
    /*    Service Block 4    */
    /*-----------------------*/
    #PYI.section-block{
        padding: 3rem 0 3rem 0;
    }
    #PYI .single-col-block .row{
        margin-bottom: 1rem;
    }
    /*---------------------------*/
    /*  Service block 4 top row  */
    /*---------------------------*/
    #PYI .title-container{
        justify-content: center;
        text-align: left;
        margin-bottom: 1.5rem;
        img{
            width: 3.5rem;
            height: 3.5rem;
        }
    }
    .PYI-container {
        flex-direction: column;
    }
    .text-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .cta-buttons-container {
        width: 100%;
        gap: 3vw;
        flex-direction: column;
    }
}
@media (max-width: 767px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Service Block 4    */
    /*-----------------------*/
    #PYI.section-block{
        padding: 3rem 0 3rem 0;
    }
    #PYI .single-col-block .row{
        margin-bottom: 1rem;
    }
    /*---------------------------*/
    /*  Service block 4 top row  */
    /*---------------------------*/
    #PYI .title-container{
        justify-content: center;
        text-align: left;
        margin-bottom: 1.5rem;
        img{
            width: 3.5rem;
            height: 3.5rem;
        }
    }
    .PYI-container {
        flex-direction: column;
    }
    .text-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .cta-buttons-container {
        width: 100%;
        gap: 3vw;
        flex-direction: column;
    }
}
@media (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    /*-----------------------*/
    /*    Service Block 4    */
    /*-----------------------*/
    #PYI.section-block{
        padding: 5rem 0 4rem 0;
    }
    /*---------------------------*/
    /*  Service block 4 top row  */
    /*---------------------------*/
    #PYI .title-container{
        justify-content: center;
        margin-bottom: 1.5rem;
        img{
            width: 2.5rem;
            height: 2.5rem;
        }
    }
    .PYI-container {
        flex-direction: column;
    }
    .text-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .cta-buttons-container {
        width: 100%;
        gap: 3vw;
        flex-direction: row;
        justify-content: center;
    }
}

/* ----------- */
/*   TABLETS   */
/* ----------- */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .PYI-container {
        display: flex;
        flex-direction: column;
    }
    .text-container {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
    .cta-buttons-container {
        justify-content: center;
        width: 90%;
        gap: 3vw;
    }
}
/* ------------------- */
/*  DESKTOP & LAPTOPS  */
/* ------------------- */
/* Small Desktops and Laptops */
@media (max-width: 1200px) and (hover: hover) and (pointer: fine) {
    
}
@media (min-width: 1201px) and (max-width: 1680px) and (hover: hover) and (pointer: fine)  {
}
