.our-informations .our-informations__list{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-15px;margin-right:-15px}
.our-informations .our-informations__list .information-block{flex:0 0 33.3333333333%;max-width:33.3333333333%;position:relative;width:100%;padding-right:15px;padding-left:15px;margin-top:20px;margin-bottom:20px}
@media only screen and (max-width:64em){
.our-informations .our-informations__list .information-block{flex:0 0 50%;max-width:50%}
.our-informations .our-informations__list .information-block:last-child{flex:0 0 100%;max-width:100%}
}
@media only screen and (max-width:48em){
.our-informations .our-informations__list .information-block{flex:0 0 100%;max-width:100%}
.our-informations .our-informations__list .information-block:last-child{display:none}
}
.our-informations .our-informations__list .information-block .information-inner-block{min-height:32.7rem;background:#f1f2f1;padding:3rem 4.3rem}
@media only screen and (max-width:48em){
.our-informations .our-informations__list .information-block .information-inner-block{min-height:100%}
}
.our-informations .our-informations__list .information-block .information-inner-block .information_title{color:#353535;font-family:"DM Sans",sans-serif;font-size:2.1rem;font-style:normal;font-weight:500;line-height:2.7rem}
.our-informations .our-informations__list .information-block .information-inner-block .information_text p{color:#626262;font-family:"DM Sans",sans-serif;font-size:1.9rem;font-style:normal;font-weight:300;line-height:2.7rem}
.our-informations .our-informations__list .information-block .information-inner-block .information_text p a{color:#626262;font-family:"DM Sans",sans-serif;font-size:1.9rem;font-style:normal;font-weight:400;line-height:2.7rem;text-decoration:unset}
.our-informations .our-informations__list .information-block .information-inner-block .information_text p a:hover{text-decoration:underline}