.section-custom-contact__items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:24px}.section-custom-contact__item{border-radius:10px;border:2px solid #ebebeb;background:#fff;overflow:hidden}.section-custom-contact__item:first-child{grid-area:1/1/3/2}.section-custom-contact__item:nth-child(2){grid-area:1/2/2/3}.section-custom-contact__item:nth-child(3){grid-area:2/2/3/3}.section-custom-contact__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 26px;border-bottom:2px solid #ebebeb}.section-custom-contact__item-header img{margin-right:24px;max-width:40px;max-height:40px}.section-custom-contact__item-body{padding:16px 15px 26px 26px}@media (max-width:1200px){.section-custom-contact__items{gap:20px}.section-custom-contact__item-header{padding:13px 20px}.section-custom-contact__item-header img{margin-right:20px;max-width:35px;max-height:35px}.section-custom-contact__item-body{padding:13px 13px 20px 20px}}.section-custom-contact__item-body p{margin:0;font-size:18px;font-style:normal;font-weight:400;line-height:160%}.section-custom-contact__item-body p:not(:first-child){margin-top:20px}@media (max-width:991px){.section-custom-contact__items{gap:15px}.section-custom-contact__item-header{padding:10px 15px}.section-custom-contact__item-header img{margin-right:15px;max-width:30px;max-height:30px}.section-custom-contact__item-body{padding:10px 10px 15px 15px}.section-custom-contact__item-body p:not(:first-child){margin-top:15px}}@media (max-width:768px){.section-custom-contact__items{gap:10px;grid-template-columns:1fr}.section-custom-contact__item{grid-area:auto!important}.section-custom-contact__item-header img{margin-right:10px}.section-custom-contact__item-body{padding:10px}.section-custom-contact__item-body p:not(:first-child){margin-top:10px}}.section-custom-contact__item-body h5{margin:0;font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media (max-width:575px){.section-custom-contact__item-body h5,.section-custom-contact__item-body p{font-size:16px}}.section-custom-contact__item-body a{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.section-custom-contact__item-body a:hover{color:var(--general_links_hover)}