﻿.divContainerSNS {
    display: flex;
    justify-content: center;
    background:#F8f9FA;
}

#secondBoxSNS {
    margin-top: 2%;
}



#firstBoxSNS {
    margin-top: 0% !important;
}





.featureBlock p {
    font-family: "anekdevanagari-regular", sans-serif;
    font-size: 1.2em;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 600;
}



.featureBlock {
    display: flex;
    margin-top: -10px;
}



.downloadSNSFeatures {
    margin-top: 2%;
    margin-bottom: 1%;
}



.downloadSNS {
    font-family: "anekdevanagari-regular", sans-serif;
    font-weight: 900;
    color: #262261;
    font-size: 3.2em;
    letter-spacing: 1.5px;
}

    .downloadSNS span {
        color: #FF795C;
        margin: 0px 5px 0 5px;
    }



.experienceSNS {
    justify-content: right;
    display: flex;
    font-family: "anekdevanagari-regular", sans-serif;
    letter-spacing: 0.5px;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 3%;
}



.downloadButtons {
    margin-top: 3%;
}



    .downloadButtons img {
        width: 170px;
        margin-right: 1%;
        cursor: pointer;
    }



@media(max-width:1200px) {
    .divContainerSNS {
        display: grid;
        padding-top: 8%;
        padding-bottom: 8%;
        justify-items: center;
    }


    .downloadSNS {
        font-family: "anekdevanagari-regular", sans-serif;
        font-weight: 900;
        color: #262261;
        font-size: 2em;
        letter-spacing: 1.5px;
        text-align: left;
    }


    #secondBoxSNS {
        margin-top: 2%;
        display: grid;
        justify-items: center;
        padding:5% 2%;
    }


    #firstBoxSNS {
        width: 100%;
    }


    .experienceSNS {
        justify-content: right;
        display: flex;
        font-family: "anekdevanagari-regular", sans-serif;
        letter-spacing: 0.5px;
        font-size: 1.4em;
        font-weight: 600;
        margin-top: 10%;
        text-align: left;
        color: #262261;
        margin-bottom: 8%;
    }


    .downloadSNSFeatures {
        margin-top: 2%;
        margin-bottom: 1%;
        display: grid;
    }


    .downloadButtons {
        display: flex;
        justify-content: center;
    }
}


@media(min-width:1200px) {
    .downloadSNS {
        white-space: nowrap;
        font-family: "anekdevanagari-regular", sans-serif;
        font-weight: 900;
        color: #262261;
        font-size: 3.2em;
        letter-spacing: 1.5px;
    }
    #imgDiv {
        overflow: hidden;
    }

    #myImg {
        margin-bottom: 60px;
    }

    #firstBoxSNS {
        width: 65% !important;
    }


    #firstBoxSNS div {
        display: flex;
        justify-content: center;
        margin-right: -15%;
    }
}
