:root {
    --bg-dark: #E0E0E0;
    --bg-light: #F5F5F5;
    --card: #FFFFFF;
    --head: #2B2525;
    --main-text: #5C5C5C;
    --primary: #0DCAF0;
    --stroke: #C2C2C2;
}

.info-block {
    width: 100%;
    padding: 60px 0 80px;
}

.info-block .block-holder {
    padding-right: 20%;
    padding-left: 60px;
    position: relative;
}

.info-block .holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    width: 100%;
    padding: 60px 60px 70px 0;
}

.info-block .holder.holder-one {
    margin-bottom: 50px;
    padding-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.info-block .holder.holder-two {
    background-color: #F5F5F5;
    width: 1540px;
    height: 580px;

}

.info-block .block-title {
    color: var(--head, #2B2525);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.info-block .holder.holder-two .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.info-block .block-image {
    width: 100%;
    object-fit: contain;
    position: absolute;
    opacity: 1;
    left: 30px;
    top: 0;
    width: 36%;
    height: 100%;
    object-position: top;
}

.info-block .block-title {
    color: var(--head, #2B2525);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.info-block .block-title span {
    color: var(--primary, #0DCAF0);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    white-space: nowrap;
}

.info-block .item__title {
    color: var(--head, #2B2525);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.info-block .item__title span {
    color: var(--primary, #0DCAF0);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.info-block .item img {
    border-radius: 60%;
    background-color: var(--card, #FFF);
    height: 130px;
    width: 130px;
    object-fit: contain;
    flex-shrink: 0;
    max-height: 100%;
    max-width: 100%;
}

.info-block .svg_wrapper {
    display: flex;
    margin-left: auto;
    max-width: 679px;
    max-height: 72px;
    justify-content: flex-end;
}

.info-block .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 1870px) {
    .info-block .svg_wrapper {
        display: none;
    }
}

@media screen and (max-width: 1540px) {
    .info-block .holder.holder-two {
        width: unset;
    }

    .info-block .holder {
        padding: unset;
    }

    .info-block .block-holder {
        padding-right: unset;
    }

    .info-block .holder.holder-one {
        margin-bottom: 20px;
    }

    .info-block .holder {
        grid-gap: unset;
    }

    .info-block .block-title {
        font-size: 30px;
    }

    .info-block .block-title span {
        font-size: 30px;
    }

    .info-block .block-image {
        position: unset;
        width: unset;
        max-height: 100%;
        max-width: 100%;
    }

    .info-block .holder.holder-two {
        height: unset;
        grid-template-columns: 1fr 1fr;
        gap: 30PX;
        align-items: center;
    }

    .info-block .holder {
        grid-template-columns: 1fr;
    }        
}

@media screen and (max-width: 1199px) {
    .info-block .holder.holder-two .right-side {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 992px) {
    .info-block .holder.holder-two {
        grid-template-columns: 1fr;
    }

    .info-block .holder.holder-two .right-side {
        order: -1;
    }
}

@media screen and (max-width: 600px) {
    .info-block .item__title {
        font-size: 14px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .info-block .item__title span {
        font-size: 14px;
    }

    .info-block .holder.holder-two .item {
        flex-direction: column;
    }
}

@media screen and (max-width: 380px) {
    .info-block .block-title {
        font-size: 30px;
    }

    .info-block .block-title span {
        font-size: 30px;
    }
}

@media screen and (max-width: 935px) {
    .info-block .holder {
        padding: 1px 0px 0px 0px;
    }
}

@media screen and (max-width: 600px) {
    .info-block .block-holder {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media screen and (max-width: 1883px) {
.info-block .svg_wrapper {
    display: none;
}
}