.logo img{
    height: auto;
    width: 100%;
}

body{
    scroll-behavior: smooth;
}

.header-right{
    width: calc(100% - 20rem);
}

.mt-13-3-rem{
    margin-top: 13.3rem !important;
}

@media screen and (max-width: 767px){
    .btn_started{
        margin: 0rem auto 0;
    } 
}