.why-fusion__title {
    margin-top: 120px;
}
@media screen and (max-width: 720px) {
    .why-fusion__title {
        margin-top: 60px;
    }
}
.why-fusion__subtitle {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.regulations__licences {
    margin-top: 80px;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
    .regulations__licences {
        margin-top: 48px;
    }
}
.regulations__licences__cysec {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}
@media screen and (max-width: 720px) {
    .regulations__licences__cysec {
        margin-top: 48px;
        grid-template-columns: auto;
        gap: 16px;
    }
}
.regulations__licences__card {
    max-width: 516px;
    box-sizing: border-box;
    width: 30%;
}
@media screen and (max-width: 860px) {
    .regulations__licences__card {
        max-width: unset;
        width: 90%;
        margin: auto;
    }
}
.regulations__documents {
    display: flex;
    margin-top: 48px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.regulations__documents__card-title {
    text-decoration: none;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    color: #0d3350;
    margin: auto 0;
}
@media screen and (max-width: 720px) {
    .regulations__documents__card-title {
        font-size: 18px;
        line-height: 150%;
    }
}
.regulations__documents__cards {
    width: 30%;
}
@media screen and (max-width: 860px) {
    .regulations__documents__cards {
        width: 100%;
    }
}
.regulations__documents__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0d3350;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
    .regulations__documents__title {
        font-size: 20px;
        line-height: 140%;
    }
}
.regulations__documents__card {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    padding: 32px;
    max-width: 516px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 0 32px;
    margin: 24px auto;
    text-decoration: none;
}
@media screen and (max-width: 860px) {
    .regulations__documents__card {
        padding: 16px;
    }
}
.regulations__clients {
    display: grid;
    gap: 80px;
    margin: 80px 0 120px;
}
@media screen and (max-width: 720px) {
    .regulations__clients {
        gap: 32px;
        margin: 48px 0 64px;
    }
}
.regulations__clients__img {
    max-width: 351px;
}
@media screen and (max-width: 720px) {
    .regulations__clients__img {
        max-width: 210px;
    }
}
.regulations__clients__img-card {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    padding: 145px 20px;
    align-items: center;
    width: 55%;
}
@media screen and (max-width: 720px) {
    .regulations__clients__img-card {
        padding: 68px 20px;
        width: 100%;
    }
}
.regulations__clients__text-card {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(174, 200, 255, 0.1) -0.87%, rgba(174, 200, 255, 0.1) 99.08%);
    border-radius: 0 15px 15px 0;
    margin: auto;
    padding: 112px 40px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #0d3350;
    width: 45%;
}
@media screen and (max-width: 720px) {
    .regulations__clients__text-card {
        padding: 16px;
        font-size: 16px;
        line-height: 150%;
        width: 100%;
    }
}
.regulations__clients__card {
    display: flex;
}
@media screen and (max-width: 720px) {
    .regulations__clients__card {
        flex-wrap: wrap;
    }
}
