/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2021, 10:29:28 AM
    Author     : raawa
*/

@media only screen and (max-width: 1230px) {
    .download-app-section .iphone-preview{
        text-align: center;
        padding-top:10%;
    }

    .download-app-section .iphone-preview img{
        width: 65%;
        
    }

}

@media only screen and (max-width: 768px) {

    .award-winning-container{
        margin-top: 20px;
        padding-top: 20px;
    }
    .award-winning-container img{
        visibility: hidden;
    }

    .award-winning-container br{
        display: none;
    }

    .landing-first-section .text{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .how-it-works h3{
        padding:30px;
        text-align: center;
    }


    .who-is-takalam-for h3{
        text-align: center;
        margin-top: 20px;
    }

    .who-is-takalam-for .row h3{
        margin-top: 10px;
    }

    .who-is-takalam-for .categories {
        text-align: center;
    }

    .who-is-takalam-for .categories img{
        width: 100%;
        padding-right: 15%;
        padding-left: 15%;
        padding-top: 10px;
    }

    .who-is-takalam-for .categories p{
        font-size: 16px;
    }

    .award-winning-container.pink{
        display: none;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px;
        background-color: #fff2ee;
    }

    .award-winning-container.pink .pink-info{
        position: static;
        justify-content: center;
        text-align: center;
    }

    .info-section-pink {
        height: auto;
    }

    .info-section-white {
        height: auto;
    }

    .info-section-pink .info-text{
        padding: 30px;
        text-align: center;
    }

    .info-section-white .info-text{
        padding:30px;
        text-align: center;
    }

    .who-is-takalam-for img {
        width: 100%;
    }
    .download-app-section .iphone-preview{
        text-align: center;
        padding-top:15px;
    }

    .download-app-section .iphone-preview img{
        width: 50%;
        
    }

}



