.about-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:40px 0;margin-left:-15px;margin-right:-15px}.about-wrapper>.col{flex:1 0 50%;max-width:50%;padding-left:15px;padding-right:15px}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.about-wrapper>.col{flex:1 0 100%;max-width:100%}}.about-images{display:flex;justify-content:center;padding-top:210px;position:relative;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px){.about-images{padding-top:170px}}@media only screen and (max-width:767px){.about-images{padding-top:190px}}@media only screen and (max-width:575px){.about-images{padding-top:170px}}@media only screen and (max-width:479px){.about-images{padding-top:130px}}.about-images .about-image{border-radius:5px;display:flex;overflow:hidden;position:relative}.about-images .about-image:first-child{left:0;position:absolute;top:0;width:55%;z-index:2}.about-images .about-image:nth-child(2){position:absolute;right:0;top:70px;width:40%;z-index:3}.about-images .about-image:nth-child(3){width:66.66666667%}.about-images .about-image .video-popup{align-items:center;border-radius:50%;display:flex;height:78px;justify-content:center;left:calc(50% - 39px);position:absolute;top:calc(50% - 39px);transition:var(--transition);width:78px;z-index:9}.about-images .about-image .video-popup:before{border-radius:50%;content:"";height:92px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:var(--transition);width:92px;z-index:-1}.about-images .about-image .video-popup svg{height:auto;width:14px}.about-images .about-image .video-popup svg path{stroke:currentColor;fill:currentColor}.about-images .about-image .video-popup:hover{transform:scale(1.15)}.about-images .about-image .video-popup:hover:before{height:100px;width:100px}