.wht {
    width: 60px;
    margin-right: 1rem;
    cursor: pointer;
}

.lng {
    transform: scale(0.7);
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgnos {
    width: 85%;
    margin: auto;
}

.bg-bl {
    background-color: #86d8c8 !important;
}

.bg-rs {
    background-color: #f9009e36 !important;
}

.border-rs {
    border: 1px solid #f9009e4f;
    box-shadow: 3px 5px 10px 3px #f9009e6b;
}

@font-face {

    font-family: Biko-Regular;
    
    src: url(../font/Biko_Regular.otf);
    
    }


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

    .row {
        display: initial;
    }

    .col-3 {
        margin-bottom: 1rem;
    }

}