.btn-blue {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #0f2a76;
}

.btn-blue:hover {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0f2a76;
    background-color: #fff;
    border: 1px solid #0f2a76;
}

@media (max-width: 767px) {

    .btn-blue,
    .btn-blue:hover {
        font-size: 14px;
    }
}

/*hero*/
.hero {
    padding-top: 100px;
    padding-block: 100px;
    background: #f0f2fb url(../img/events/events-calendar.svg) no-repeat left bottom / 60%;
    min-height: 700px;
}

.hero__photo{
	border-radius: 22px;
}

.hero__registration-wrapper {
    padding-top: 100px;
}

.hero__event-type {
    font-weight: 600;
    font-size: 13px;
    line-height: 116%;
    color: #6f7da7;
    border: 1px solid #6f7da7;
    border-radius: 16px;
    padding: 8px 30px;
    margin-bottom: 36px;
}

.hero__date {
    font-weight: 600;
    font-size: 28px;
    line-height: 116%;
    padding-bottom: 15px;
}

.hero__time {
    font-weight: 500;
    font-size: 18px;
    line-height: 116%;
}

.hero__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
}

.hero__speaker-card {
    padding-top: 14px;
    padding-bottom: 14px;
}

.hero__speaker-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}

.hero__speaker-position {
    font-weight: 500;
    line-height: 120%;
    font-size: 18px;

}

@media (max-width: 767px) {
    .hero {
        min-height: auto;
        background-size: 90%;
        padding-top: 60px;
        padding-block: 60px;
    }

    .hero__registration-wrapper {
        padding-top: 60px;
    }


    .hero__event-type {
        font-size: 11px;
        padding: 6px 20px;
        margin-bottom: 25px;
    }

    .hero__date {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .hero__time {
        font-size: 14px;
    }

    .hero__title {
        font-size: 32px;
        padding-top: 12px;
    }

    .hero__speaker-name, .hero__speaker-position {
        font-size: 16px;
    }
}

/*webinar*/
.webinar {
    padding-top: 100px;
    padding-block: 100px;
}

.webinar__intro-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    padding-bottom: 46px;
    border-bottom: 1px solid #b78e1c;
}

.webinar__agenda {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.webinar__agenda h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    padding-bottom: 60px;
    padding-top: 60px;

}

@media (max-width: 767px) {
    .webinar {
        padding-top: 60px;
        padding-block: 60px;
    }

    .webinar__intro-text {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .webinar__agenda {
        font-size: 16px;
    }

    .webinar__agenda h3 {
        font-size: 18px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

/*speakers*/
.speakers {
    padding-bottom: 80px;
    padding-top: 80px;
}

.speakers__card {
    background: #e5e9f7;
    border-radius: 30px;
    padding: 30px;
}

.speakers__label {
    font-weight: 600;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b78e1c;
    padding-bottom: 20px;
}

.speakers__name {
    font-weight: 600;
    font-size: 40px;
    line-height: 116%;
    color: #000;
    padding-bottom: 25px;
}

.speakers__bio {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.cta {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .speakers {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .speakers__card {
        border-radius: 20px;
        padding: 25px;
    }

    .speakers__label {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .speakers__name {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .speakers__bio {
        font-size: 16px;
    }

    .cta {
        padding-top: 60px;
    }
}