.section-1{
    background-color:#f1eeef;
}
.img-bg-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
    border-radius: 10px;
}
.iframe-code iframe{
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
.bottom-card{
    padding: 20px 30px;
    background-color: black;
    border-radius: 10px;
}
.heading-card-f {
    line-height: 1.2;
}
.f-card-btn{
    padding: 9px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    font-size: 18px;
    color: #000;
    border-radius: 25px;
}
.f-card-btn svg{
    width: 16px;
    fill: #000;
}

.btn-more-learn {
    padding: 9px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F8B919;
    font-size: 18px;
    color: #2a2929;
    border-radius: 25px;
    font-weight: 400;
}
.btn-more-learn svg{
    width: 16px;
    fill: #2a2929;
}
.headeing-down-f{
    line-height: 1.2;
    
}