.main-container{
    width: 100%; height: auto;
    margin: 0 auto;
    padding: 40px 30px; box-sizing: border-box;
    background-color: #fff;
}

.sk-mt-20{
    margin-top: 20px;
}

.sk-mt-40{
    margin-top: 40px;
}
.sk-mb-10{
    margin-bottom: 10px;
}

.sk-mb-20{
    margin-bottom: 20px;
}

.sk-mb-40{
    margin-bottom: 40px;
}

.sk-footer{
    width:100%; max-width: 1200px; height: auto;
    margin:0 auto;
}

.sk-flex-row, .sk-flex-row-inner{
    width:100%; height: auto;
    display: flex; flex-direction: row; gap: 10px;
}

.sk-row{
    width: 100%; height: auto;
}

.sk-slogan{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.sk-logo{
    width: 100%; max-width: 250px;
}

.sk-col-1{
    width: 20%; height: auto;
    padding: 20px 0; box-sizing: border-box;
}

.sk-col-2{
    width: 52%; height: auto;
    padding: 20px 0; box-sizing: border-box;
    text-align: center;
}


.sk-col-3{
    width: 28%; height: auto;
    padding: 20px 0 0 5px;
   
}

@media screen and (max-width: 1024px) {
    .sk-flex-row{
        width:100%; height: auto;
        display: flex; flex-direction: column; gap: 20px;
    }

    .sk-col-1, .sk-col-2, .sk-col-3{
        width: 100%; height: auto;
        padding: 20px 0; box-sizing: border-box;
        text-align: left;
    }

    .sk-flex-row-inner{
        width:100%; height: auto;
        display: flex; flex-direction: column; gap: 20px;
        margin: -40px 0;
    }

    .sk-flex-row-inner .col-2{
       background-color: tan;
    }

    .sk-col-2 iframe{
        width: 100%;
    
    }
}

.sk-footer-button{
    width: 100%; max-width: 400px;
    background-color: #d4af37;
    border:none;
    border-radius: 8px;

    color: #fff;
    font-size: 16px;
    padding: 10px 20px; box-sizing: border-box;
    cursor: pointer;
}

.sk-footer-button:hover{
    background-color: #8a7405;;

}

.sk-footer-button a{
   color: #fff;
   text-decoration: none;
   font-size: 16px;
   display: block;
   width: 100%; height: auto;
}

.sk-footer-button a:hover{
   color: #fff;
}

.sk-align-center{
    text-align: center;
}

.sk-align-left{
    text-align: left;
}

.sk-contact-link{
    color: #000;
    text-decoration: none;
    margin-left:10px;
    font-size: 18px;
}

.fa-solid{
    color:#d4af37;
}

.fa-brands{
    color:#d4af37;
    margin-right: 20px;
}

.fa-youtube{
    margin-right: 0;   
    margin-left: -15px;
}


.sk-copyright a{
    text-decoration: none;
    color: #000;
}