.cover {
    padding: var(--padding-base);
}

.cover__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}

.cover__subtitle,
.title {
    font-size: var(--fs-title);
    line-height: 38px;
    font-weight: 600;
}

.cover__btn {
    width: 260px;
    height: 50px !important;
    font-size: 16px;
    line-height: 18px;
}

.cover__btn:hover {
    color: inherit !important;
    background-color: inherit !important;
}

@media (max-width: 1199px) {
    .cover__btn {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .w-xl-100 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    :root {
        --padding-base: 20px;
        --fs-title: 30px;
    }
    
    .cover__subtitle {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
    }
}