a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a,button:focus,input:focus,select:focus,textarea:focus{outline:0}input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}a,a:focus,a:hover{text-decoration:none}
@font-face {
    font-family: 'AVATRSans-Regular';
    src: url('../fonts/AVATRSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AVATRSans-Bold';
    src: url('../fonts/AVATRSans-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body{color:#181818;font-size:16px;line-height:24px;font-family: 'AVATRSans-Regular', Arial, sans-serif;text-align:center;border-top:4px solid #000;}
h1{margin-bottom:16px;font-size:44px;line-height:52px;}
img{display:inline-block;max-width:100%;height:auto;}
.brands{max-width:604px;margin:0 auto;padding:60px;display:flex;min-height:calc(100dvh - 130px);flex-direction:column;justify-content:space-between;gap: 68px;}
.brands__text{margin-bottom:48px;}
.brands__image, .brands__image img{display: block;}
.brands__image{margin-top:16px;overflow:hidden;}
.brands__image img{transition:all .4s;}
.brands__org{font-family: 'AVATRSans-Bold', Arial, sans-serif;}
.brands__desc{margin-top:12px;font-size:12px;line-height:16px;}
@media (min-width: 768px) {
	.brands__image:hover img{transform:scale(1.03);}
}
@media (max-width: 767px) {
	body{font-size:14px;line-height:20px;}
	h1{font-size:32px;line-height:36px;}
	.brands{min-height:calc(100dvh - 72px);padding:36px 16px;padding-bottom: calc(36px + env(safe-area-inset-bottom));gap:63px;}
	.brands__text{margin-bottom:32px;}
}