
@media (max-width: 767px) {
    .certs__img {
        margin-bottom: 20px;
         height: auto;
    }
}
.response-popup {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 120%;
}
.btn{
    border: none;
    cursor: pointer;
}
.course-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkbox-container {
    margin-bottom: 15px !important;
}
#agreement-error {
    font-size: 12px;
    color: red;
}
.block__name span {
     font-weight: normal;
}
.trainer ul {
    margin-left: 10px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 50px; }
.trainer ul li {
    position: relative;
    padding-left: 15px; }
.trainer ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #33c14b; }
.trainer ul li:not(:last-child) {
    margin-bottom: 15px; }
.certs__info strong{
    color: #276297;
font-weight: normal;
}
.tabs li {
 cursor: pointer;
}
@media (max-width: 767px) {
    .certs__info strong {
        font-size: calc(18px + 5.1 * ((100vw - 320px) / 1920)); } }
@media (min-width: 767px) {
    .certs__info strong {
        font-size: calc(18px + 3 * (100vw / 1920)); } }
@media (max-width: 767px) {
    .trainer ul {
        margin-left: 0;
        margin-bottom: 20px; }
}