.web {
    display: block  ;
}
.btn-header {
    background-color: #0065F1;
    color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
}
.btn-header:hover {
    background-color: #0053c7;
}
.wsp-hero__bottom-block {
    display: flex;
    width: 100%;
    gap: 25px;
    margin-top: 40px;
  }

  .wsp-hero__bottom-block__item {
    flex: 1; 
    display: flex;
    background-color: #0065F2;
    border-radius: 12px;
    padding: 18px;
    gap: 20px;
    align-items: center;
  }

  .wsp-hero__bottom-block__item img {
    width: 55px; 
    height: 55px;
  }

  .wsp-hero__bottom-block__item span {
    color: white; 
    font-size: 18px;
    font-weight: 300;
  }
  .container.wsp {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
  }
.tech-process > .container > .row:nth-child(2){
    justify-content: center;
}
#tech-process > div > div:nth-child(1) > span.col-lg-6.dscr.anim.mt-lg-0.mt-3.about-text.animate {
    padding-left: 80px;
}
#tech-process > div > div.row.align-items-center > img:nth-child(1) {
    min-width: 880px;
    height: auto;
}
#tech-process > div > div.row.align-items-center > img:nth-child(2) {
    max-width: 436px;
    height: auto;
}
#tech-process > div > div:nth-child(1) {
    width: 100%;
}
#tech-process .video-player {
    width: 55%;
    height: 615px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
}
#tech-process > div > div:nth-child(1) > span.col-lg-6.dscr.anim.mt-lg-0.mt-5.tech-process__text.animate {
    width: 45%;
}
.quiz {
}
.container {
}
.row {
}
.quiz__form {
    max-width: 50%;
    background-color: #25262a;
    padding: 50px 40px;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quiz__form__text {
}
.quiz__form__text h2{
    font-size: 3rem;
    margin-bottom: 40px;
}
.quiz__form__text p{
    font-size: 20px;
}
.quiz__form__btn {
    background: #0065F2;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 20px;

}
.quiz__img {
    max-width: 50%;
}
.quiz__img img{
    max-width: 100%;
    border-radius: 20px;
}

body > div.quiz-content {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
    .web {
        display: none;
    }
    .main-text {
        font-size: 28px;
        padding-top: 0px;
    }
    .wsp-hero__bottom-block {
        overflow-x: auto;
    }
    .wsp-hero__bottom-block__item {
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        border-radius: 12px;
        padding: 10px;
        gap: 10px;
        align-items: flex-start;
        min-width: 80%;
    }
    .wsp-hero__bottom-block__item span{
        color: #000000;
    }
    #tech-process > div > div:nth-child(1) {
        flex-direction: column;
    }
    #tech-process > div > div:nth-child(1) span{
        width: 100%;
    }
    #tech-process > div > div:nth-child(1) > span.ttl.col-lg-5.anim.animate {
        width: 80%;
        font-weight: bold;
    }
    #tech-process > div > div:nth-child(1) > span.col-lg-6.dscr.anim.mt-lg-0.mt-5.tech-process__text.animate {
        width: 100%;
        margin-top: 1rem !important;
    }
    .dscr {
        font-size: 16px;
        color: #333333;
    }
    #tech-process > div > div.row.align-items-center > img:nth-child(1) {
        min-width: 100%;
        height: auto;
    }
    .quiz__form {
        max-width: calc(100% - 24px);
        padding: 20px;
        border-radius: 10px;
        justify-content: space-between;
        margin-left: 12px;
        margin-right: 12px;
    }
    .quiz__form h2{
        font-size: 28px;
    }
    .quiz__form__text p {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .quiz__form__btn {
        background: #0065F2;
        width: fit-content;
        padding: 5px 20px;
        border-radius: 10px;
        font-weight: 300;
        margin-bottom: 100px;
        font-size: 16px;
    }
body > div.quiz-content {
  margin-top: 100px;
}
#tech-process .video-player {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
}
#tech-process .video-player > video {
    width: 100%;
    border-radius: 20px;
}
}