#buttons_container h4 {
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-size: 24px;
    text-align: center;
    margin-top: -36px;
    margin-bottom: 56px;
}

#buttons_graphic_container {
    text-align: center;
}

#buttons_graphic_stack_container {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 400px;
}

#buttons_graphic_info_container {
    width: 500px;
    height: 400px;
    display: inline-block;
    position: relative;
    text-align: left;
}

#buttons_graphic_layer_one {
    width: 170px;
    height: 170px;
    background-color: rgba(232, 230, 230, 0.9);
    border-radius: 24px;
    border: 2px dashed #c5c5c5;
    position: absolute;
    top: 260px;
    left: 40px;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(0.9);
}

#buttons_graphic_layer_one p {
    font-size: 25px;
    margin-top: 59px;
}

#buttons_graphic_layer_two {
    width: 170px;
    height: 170px;
    background-color: rgba(232, 230, 230, 0.9);
    border-radius: 24px;
    border: 2px dashed #c5c5c5;
    position: absolute;
    top: 180px;
    left: 40px;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(0.925);
}

#buttons_graphic_layer_two p {
    font-size: 25px;
    margin-top: 59px;
}

#buttons_graphic_layer_three {
    width: 170px;
    height: 170px;
    background-color: rgba(232, 230, 230, 0.9);
    border-radius: 24px;
    border: 2px dashed #c5c5c5;
    position: absolute;
    top: 100px;
    left: 40px;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(0.95);
}

#buttons_graphic_layer_three p {
    font-size: 25px;
    margin-top: 48px;
}

#buttons_graphic_layer_four {
    width: 170px;
    height: 170px;
    background-color: rgba(232, 230, 230, 0.9);
    border-radius: 24px;
    border: 2px dashed #c5c5c5;
    position: absolute;
    top: 20px;
    left: 40px;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(0.975);
}

#buttons_graphic_layer_four p {
    font-size: 25px;
    margin-top: 59px;
}

#buttons_graphic_layer_five {
    width: 170px;
    height: 170px;
    background-color: rgba(19, 138, 222, 1);
    border-radius: 24px;
    position: absolute;
    top: -58px;
    left: 40px;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg);
}

#buttons_phone_layer {
    position: relative;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(1.5);
    top: 335px;
    left: -59px;
}

#buttons_phone_layer3 {
    position: relative;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(1.5);
    top: 356px;
    left: -59px;
}
#buttons_phone_layer2 {
    position: relative;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(1.5);
    top: 349px;
    left: -59px;
}
#buttons_phone_layer1 {
    position: relative;
    transform: perspective(1000px) rotateX(65deg) rotateZ(45deg) scale(1.5);
    top: 342px;
    left: -59px;
}

#drawing_phone1 {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 550px;
    background: #f9f7f9;
    border: 5px solid #c1bfc1;
    border-radius: 25px;
}

#drawing_phone2 {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 550px;
    background: #f9f7f9;
    border: 5px solid #c1bfc1;
    border-radius: 25px;
}

#drawing_phone3 {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 550px;
    background: #f9f7f9;
    border: 5px solid #c1bfc1;
    border-radius: 25px;
}

.read_more_popup_link {
    font-family: 'Open Sans Condensed';
    font-display: swap;
    font-weight: normal;
    font-size: 14px;
    margin-left: 12px;
}

@media only screen 
and (max-width : 800px) 
and (min-width : 500px) {
    #buttons_container h4 {
        margin-top: 0px;
        font-size: 18px;
    }
    #buttons_graphic_layer_one {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_two {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_three {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_four {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_five {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_container {
        text-align: left;
    }
    #buttons_graphic_stack_container {
        width: 200px;
    }
    #buttons_graphic_info_container {
        width: 56%;
    }
    .button_description_title {
        font-size: 13px;
        margin-left: 0px;
    }
    #buttons_phone_layer, #buttons_phone_layer1 , #buttons_phone_layer2, #buttons_phone_layer3{
        left: -129px;
    }
}

@media only screen 
and (max-width : 500px) 
and (min-width : 100px) {
    #buttons_container h4 {
        margin-top: 0px;
        font-size: 18px;
        width: 80%;
        margin-left: 10%;
    }
    #buttons_graphic_layer_one {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_two {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_three {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_four {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_layer_five {
        left: -30px;
        text-align: center;
    }
    #buttons_graphic_container {
        text-align: left;
    }
    #buttons_graphic_stack_container {
        width: 200px;
    }
    #buttons_graphic_info_container {
        width: 30%;
    }
    .button_description_title {
        font-size: 12px;
        margin-left: 0px;
    }
    #buttons_phone_layer, #buttons_phone_layer1 , #buttons_phone_layer2, #buttons_phone_layer3{
        left: -129px;
    }
}