@media (max-width: 760px) {
    .pens-info__para {
        padding-left: 10px;
    }
    .pens-info {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}


.video__caption {
    margin: 0;
    font-size: 36px;
    color: #329cd0;
    font-family: "EtelkaTextPro", sans-serif;
    text-align: center;
}

.video-section {
    padding-top: 50px;
}
.video__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.video__container_video {
    flex-shrink: 0;
    width: 32%;
    height: auto;
    padding: 30px 15px 0;
}
.video__container_video iframe {
    width: 100% !important;
    height: 200px !important;
}

@media (max-width: 920px){
    .video__container_video {
        width: 48%;
        height: auto;
    }
    .video__container_video iframe {
        height: 200px !important;
    }
}
@media (max-width: 600px){
    .video-section {
        padding-top: 0;
    }
    .video__container_video {
        width: 100%;
        height: auto;
    }
    .video__container_video iframe {
        height: 240px !important;
    }
}
@media (max-width: 440px){
    .video__container_video {
        padding: 30px 0 0;
    }
    .video__container_video iframe {
        height: 200px !important;
    }
}

.modal input.incorrect-field {
    border-color: red !important;
}
.modal input.incorrect-field:hover {
    border-color: red !important;
}
.error-message {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: -8px;
    font-family: "EtelkaTextPro", sans-serif;
}