@media (max-width: 900px)
{
    
    
    .player {
        margin: 5% 0;
    }
    
    .section.section2 {
        padding: 0;
    }
    
    .h-slogan, section.section2 .content span {
        font-size: 35px;
    }

    a.btn-white {
        width: 140px;
        height: 40px;
        font-size: 18px;
        font-weight: 600;
    }

    .content {
        padding: 0 10px;
    }

    section.section2 .content {
        margin: auto 0;
    }

   

    .from div {
        width: 100%;
    }

    section.section2 input {
        width: calc(100% - 32px);
        height: 40px;
        font-size: 18px;
    }
    
    section.section2 input::placeholder{
        font-size: 18px;
    }
    
    a.btn-black {
        width: 100%;
        height: 42px;
        font-size: 18px;
        font-weight: 600;
    }

    .footer-bottom img {
        height: 28px;
    }

    .footer-bottom {
        flex-wrap: wrap;

    }

    .footer-bottom span {
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-top div {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;

    }

    .footer-top a {
        font-size: 18px;
        margin-bottom: 10px;
    }

}