.contyr {
    border: solid;
}

.center {
    margin: 0 auto;
}


h2 {
    color: rgb(255, 255, 255);
    font-family: Mada;
    font-size: 55px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;

    text-align: center;
}

h3 {
    color: rgb(255, 255, 255);
    font-family: Mada;
    font-size: 25px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}


p {
    color: rgb(227, 224, 224);
    font-family: Mada;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
}

.legend {
    max-width: 1920px;
}

/** 
    * Почемы именно мы 
    */
.why-we {
    max-width: 1553px;
    min-height: 544px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-we .content {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-we .content .bloc {
    width: 322px;
    height: 401px;
    display: inline-block;

    box-sizing: border-box;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-radius: 50px 0px 50px 0px;

    margin-top: 20px;
}

.why-we .content .bloc .info {
    margin-top: 20px;
    width: 305px;
    height: 380px;
    border-radius: 50px 0px 50px 0px;
    background: linear-gradient(180.00deg, rgba(170, 20, 240, 0.5) -34.868%,rgba(185, 54, 245, 0.2) 30.339%,rgba(38, 39, 43, 0) 119.737%);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-we .content .bloc .info .info-h3 {
    width: 275px;
    margin-top: 22px;
}

.why-we .content .bloc .info .info-p {
    width: 275px;
}

/** 
    * Услуги
    */
.services {
    margin-top: 242px;
    max-width: 1553px;
    min-height: 1621px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}