.condition-banner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:932px;height:260px;margin:0 auto;margin-top:10px;margin-bottom:10px}
.condition-text-section{width:472px;height:260px;background-color:#00205b;display:flex;justify-content:center;flex-direction:column;color:white;padding:0 16px}
.condition-text-section h1{color:#fff}
.condition-text-section h2{color:#fff}
.condition-image-section{width:462px;height:100%}
.condition-image-section img{width:100%;height:100%;object-fit:cover;top:0;left:0}
@media(max-width:768px){.condition-banner{flex-direction:column;height:auto;padding:0 8px}
.condition-text-section,.condition-image-section{width:100%;height:auto}
.condition-text-section{padding:30px 15px}
.condition-text-section h1{font-size:25px;line-height:25px}
.condition-text-section h2{font-size:14px}
.condition-image-section img{height:192.75px;object-fit:cover}
}