.companyR1Img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.featuresCaractBlock * {
    text-decoration: unset;
}

.companyR1Img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.companyR1Img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 32, 82, 0.3);
}

.companyFirstRow {
    height: 65vh;
    position: relative;
}

.companyR1Text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    width: 83%;
    text-align: center;
}

.companyR1Text p {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    font-size: 2.5em;
    line-height: 100%;
}

.companySecondRow {
    display: flex;
    flex-direction: row;
    padding: 60px 8.5%;
    justify-content: space-between;
}

.companyLeftImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.companyLeftImg {
    width: 700px;
    height: 500px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6));
}

.companyRightText :is(h3, p) {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 1em;
}

.companyRightText h3 {
    font-weight: 600;
    margin-bottom: 20px;
    width: 60%;
}

.companyRightText {
    width: 50%;
    margin-left: 50px;
}

.featuresRow {
    background-color: rgb(9, 32, 82);
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 40px 8.5%;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 80px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.featuresRowBg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresRowBg {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    height: 100%;
    width: 50%;
}

.featuresRowText {
    width: 20%;
}

.featuresCaractBlock {
    width: 10%;
    cursor: pointer;
    position: relative;
}

.featuresBlockImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresBlockImg {
    width: 70px;
    margin-bottom: 20px;
}

.featuresBlockText p {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 500;
    font-size: 1em;
}

.featuresBlockText {
    margin-bottom: 20px;
}

.featuresBlockLink {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.featuresBlockLink:hover {
    transform: scale(1.1);
}

.featuresBlockLink p {
    margin: 0;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 7px;
}

.featuresBlockLinkImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresBlockLinkImg {
    width: 8px;
}

.featuresTextInner h2 {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 700;
    font-size: 2.6em;
}

.featuresTextSeparator {
    width: 100px;
    height: 4px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 40px;
}

.featuresTextInner p {
    margin: 0;
    color: white;
    font-family: 'Times New Roman';
    font-weight: 400;
    font-size: 1em;
}

@media only screen and (max-width: 1200px) {
    .companyR1Text {
        width: 89%;
    }
    .companySecondRow {
        padding: 60px 5.5%;
    }
    .companyR1Text p {
        font-size: 2em;
    }
    .companyLeftImg {
        width: 450px;
        height: 360px;
    }
    .companyRightText :is(h3, p) {
        font-size: 0.9em;
    }
    .featuresRow {
        padding: 40px 5.5%;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .companyR1Text {
        width: 95%;
    }
    .companySecondRow {
        flex-direction: column;
        padding: 60px 3%;
    }
    .companyLeftImg {
        width: 100%;
        height: 400px;
        margin-bottom: 50px;
    }
    .companyRightText {
        width: 100%;
        margin-left: 0;
    }
    .companyRightText h3 {
        width: 100%;
    }
    .companyRightText :is(h3, p) {
        text-align: center;
    }
     .featuresRowText {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .featuresTextSeparator {
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .featuresCaractBlock {
        width: 25%;
    }
    .featuresBlockImg {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .featuresBlockText {
        text-align: center;
    }
    .featuresBlockLink {
        justify-content: center;
    }
    .featuresRowBg {
        top: 100%;
        left: 100%;
        transform: translate(-100%, -100%);
        height: auto;
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .companyR1Text {
        width: 82%;
    }
    .companySecondRow {
        padding: 60px 9%;
    }
    .featuresRow {
        padding-bottom: 50px;
    }
    .featuresCaractBlock {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media only screen and  (max-width: 500px) {
    .companyR1Text {
        width: 95%;
    }
    .companySecondRow {
        padding: 60px 2.5%;
    }
    .companyR1Text p {
        font-size: 1.8em;
    }
}