section.banner h1,section.banner h2,section.banner h3,section.banner h4,section.banner h5,section.banner h6,section.banner p{
    margin: 0;
}
section.banner{
    font-family: Montserrat;
}

section.banner h2{
    font-size: 2.45vw;
    color: #000000;
}
section.banner h3{
    font-size: 2.25vw;
    margin-top: .3vw;
    color: #42717C;
}
section.banner p{
    font-size: .915vw;
    margin-top: .79vw;
    line-height: 1.7;
    color: #212121;
    margin-bottom: 2.5vw;
}
section.banner a{
    font-family: 'Montserrat';
    font-size: .83vw;
    text-decoration: unset;
    color: #FFFFFF;
    background: #ef0d33;
    padding: .7vw 1.7vw;
    border-radius: 5px;
}
section.banner a:hover{
    color: #000000;
    border: 1px solid #ef0d33;
    background: #FFFFFF;
}
section.banner{
    height: 25vw;
    position: relative;
    padding: 13.1vw 20vw 7vw 20.8vw;
    background-color: #f5f5f5;
    margin:0 0 25vw 0;
}
section.banner .banner-text{
    text-align: center;
}
section.banner .banner-text h1{
    font-size: 2.45vw;
    color: #000000;
}
section.banner .button-block{
    display: flex;
    justify-content: center;
    gap: 1vw;
}
section.banner .img-block{
    position: relative;
    margin-top: 8%;
    text-align: center;
}
section.banner .img-block img{
    width: 100%;
    box-shadow: 0px 10px 15px 0px #AAAAAA;
    border-radius: 8px;
}

section.banner .img-icon{
    position: absolute;
    box-shadow: unset;
    left: 14%;
    bottom: -28%;
    width: 11.2vw;
}
section.banner .img-icon1{
    position: absolute;
    box-shadow: unset;
    bottom: 9.5%;
    right: 15%;
    width: 7vw;
}
.img-video-play:hover{
    box-shadow: 0 0 7px 3px #aaaaaa;
}
.img-video-play{
    animation: playmove 2s infinite;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.58);
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-video-play img{
    border-radius: unset !important;
    box-shadow: unset !important;
    width: 2.5vw !important;
    height: 2.9vw;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
@keyframes playmove {
    50% {
        box-shadow: 0 0 7px 3px #aaaaaa;
    }
  }
.banner-video-popup {
    width: -moz-available;
    z-index: 9999;
    display: none;
    width: -webkit-fill-available;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
  .banner-popup-bg {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
  }
  .banner-popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
.banner-popup-content iframe{
    width: 50vw;
    height: 30vw;
}
@media only screen and (max-width: 500px) {
    section.banner{
        padding: 38.1vw 4vw 7vw 4vw;
        height: unset;
        margin: 0;
    }
    section.banner .banner-text h1{
        font-size: 5.45vw;
    }
    section.banner p{
        margin-top: 5.79vw;
    }
    section.banner a{
        margin-left: 0;
    }
    section.banner p {
        font-size: 3.915vw;
        text-align: center;
        margin-bottom: 6.5vw;
    }
    section.banner a {
        font-size: 3.65vw;
        padding: 2.7vw 4.7vw;
    }
    .banner-popup-content iframe {
        width: 86vw;
        height: 61vw;
    }
    .img-video-play img {
        width: 6.5vw !important;
        height: 6.9vw;
    }
    .img-video-play{
        width: 13vw;
        height: 13vw;
    }
}