.information .wrapper .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}
@media(max-width:768px){.information .wrapper .content{gap:24px}
}.information .wrapper .content .top-area{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(max-width:991px){.information .wrapper .content .top-area{grid-template-columns:repeat(1,1fr)}
}.information .wrapper .content .images-container{display:grid}
.information .wrapper .content .images-container.grid-one{grid-template-columns:repeat(1,1fr)}
.information .wrapper .content .images-container.grid-two{grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:991px){.information .wrapper .content .images-container.grid-two{grid-template-columns:repeat(1,1fr)}
}.information .wrapper .content .images-container .image-container img{border-radius:20px;min-height:310px;max-height:565px;-o-object-fit:cover;object-fit:cover}