﻿.homeAbout .flex{display: flex;justify-content: space-between;flex-wrap: wrap;align-items:center}
.homeAbout .flex .text{flex: 1;}
.homeAbout .flex .img{width: 50%;padding-left: 20px;}
.homeAbout .flex iframe{width: 100%;}
@media (max-width:1024px) {.homeAbout .flex .img{width: 100%;padding-left: 0;margin-top: 20px;}}
.homeAbout .flex{display: unset;}
.homeAbout .flex .img{width: 100%;}