﻿.banner-top-video iframe {
    width: 100% !important;
    height: 625px !important;
}
.banner-top {
    padding: 32px 0px 40px 0px;
}
.banner-top-heading {
    padding: 0;
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}
.banner-top-text {
    padding: 0;
    max-width: 836px;
    margin: 0 auto;
    margin-top: 20px;
}
.banner-top-video {
    /*padding: 40px 0 50px 0;*/
    max-width: 1110px;
    margin: 0 auto;
    /*height: 665px !important;*/
    position:relative;
}

.banner-top-video * {
	max-width:100%;
}

.highlight-num {
    padding: 40px 0px 48px 0px;
    display: flex;
    justify-content: center;
}
/*.highlight-num > div {
    gap: 32px 0;
}*/
.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.highlight-item {
	margin-bottom: 32px;
}
.banner-bottom {
    padding: 48px 0px 40px 0;
}
.banner-bottom-heading {
    padding: 0;
    max-width: 984px;
    margin: 0 auto;
    text-align: center;
}
.banner-bottom-text {
    padding: 0;
    max-width: 672px;
    margin: 0 auto;
    margin-top: 20px;
}
.about {
    padding: 40px 0 120px 0;
}
.about-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}
.about-item {
    background: #FDFCFC;
    box-shadow: 4px 4px 64px rgba(116, 116, 116, 0.1);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-title {
    margin-top: 32px;
    margin-bottom: 16px;
}
iframe {
	width:100%;
	}
@media screen and (max-width: 1200px) {
	.about-list {
		grid-gap: 50px;
	}
}
@media screen and (max-width: 991px) {
    .banner-top {
        padding: 40px 0 25px 0;
    }
    .banner-top-heading, .banner-bottom-heading {
        padding: 0;
        max-width: 100%;
    }
    .banner-top-text, .banner-bottom-text {
        padding: 0;
        max-width: 100%;
    }
    .banner-bottom {
        padding: 30px 0 32px 0;
    }
    .banner-top-video {
	    padding: 0;
	    height: 450px;
	}
    .about {
        padding: 32px 24px 100px 24px;
    }
    .about-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 42px;
    }
    .about-item { 
        padding: 24px 32px;
    }
    .about-title {
        margin-top: 20px;
        margin-bottom: 4px;
        font-size: 18px;
        line-height: calc(28 / 18);
    }
    .about-text {
        font-size: 16px;
        line-height: calc(24 / 16);  
    }
}
@media screen and (max-width: 575px) {
	.banner-top-video {
		height: 200px;
	}
	.banner-top-video iframe {
    	height: 230px !important;
	}
}

