@media only screen and (orientation: portrait) {

    #item-1:checked ~ .cards #sliderimg-1 img, #item-2:checked ~ .cards #sliderimg-2 img, #item-3:checked ~ .cards #sliderimg-3 img {
        box-shadow: 0px 40px 200px -10px rgb(247,119,35);
      }

    .text-after-slider {  
        margin-top: 25px; 
        margin-bottom: 25px; 
        width: 90%; 
    }
    
    .logo-container img {
        height: 60px; 
        margin: 5px; 
    }

  
   .under-header-text,  .under-header-text1 {
        font-size: 36px;
    }

    .rounded-box, .styled-image, .under-header-text, .under-header-text {
        width: 90%;
        height: auto;
    }

    .button-main {
        width: 200px;
        height: 40px;
    }

    .header-button {
        width: 120px;
        height: 40px;
        font-size: 14px;
        margin-right: 5px;
    }

    footer {
        padding: 10px; 
        box-sizing: border-box;
        margin-right: 0px;
    }

    footer a {
        font-size: 14px; 
        line-height: 18px; 
        margin: auto; 
    }

    .faq-title {
        margin-top: 25px; 
    }

    .container {
        width: 50vw;
        height: 70vw;
    }
      
    .cards img {
        border-radius: 20px;
        object-fit: cover;
    }  
}


@media only screen and (max-width: 360px) {
    .logo-container img {
        height: 100%; 
        margin: 5px;
        width: 40vw;
    }
 
    .button-header {
        height: 15vw;
        width: 40vw;
        font-size: 16px;
    }

}


