.friends{background-color:#eef3f8;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.friends__image{min-height:480px;overflow:hidden;position:relative}.friends__image img{display:block;height:100%;inset:0;object-fit:cover;object-position:center top;position:absolute;width:100%}.friends__panel{align-items:center;background:linear-gradient(135deg,#e4ecf7,#f5f8fc 60%,#fff);display:flex;padding:80px 72px}.friends__content{max-width:520px}.friends__title{color:#25488d;font-size:40px;font-weight:700;line-height:1.2;margin:0 0 24px}.friends__title p{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.friends__lead{color:#25488d;font-size:20px;font-weight:700;line-height:1.45;margin:0 0 28px}.friends__list{list-style:none;margin:0 0 32px;padding:0}.friends__list li{color:#2b2b2b;font-size:16px;line-height:1.55;margin-bottom:12px;padding-left:20px;position:relative}.friends__list li:before{color:#25488d;content:"\2022";font-size:16px;left:4px;line-height:1.55;position:absolute;top:0}.friends__btn{margin-top:0}.friends .btn{display:inline-block;font-size:16px;font-weight:500;line-height:1;padding:16px 28px;text-decoration:none;transition:background-color .15s ease}.friends .btn--primary{background-color:#f7a50a;color:#1f1f1f}.friends .btn--primary:focus,.friends .btn--primary:hover{background-color:#e09618;color:#1f1f1f;text-decoration:none}@media (max-width:900px){.friends{grid-template-columns:1fr}.friends__image{min-height:60vw}.friends__panel{padding:56px 24px}.friends__title{font-size:28px}.friends__lead{font-size:17px}}