.rd-not-found-container {
    font-family: Fira Sans;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.rd-not-found-bg {
    flex-grow: 1;
    font-weight: 800;
    text-align: center;
    position: absolute;
    right: -15px;
    z-index: -1;
}
.rd-not-found-bg span {
    left: inherit!important;
    right: inherit!important;
    font-size: 60vw;
    font-weight: bold;
    line-height: 300px;
    color: #D4D6DB;
    opacity: 0.2;
}
.rd-not-found-text {
    color: #6D7686;
    max-width: 470px;
    font-size: 20px;
    line-height: 1.4;
}
.rd-not-found-text a, .rd-not-found-text a:link, .rd-not-found-text a:visited {
    color: #1D3A86;
    font-weight: bold;
}
.rd-not-found-text--title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.rd-not-found-search .form-control {
    border: 2px solid #D4D6DB;
    border-radius: 100px;
    padding: 15px 15px 15px 50px;
    height: auto;
}
.rd-not-found-search .form-group {
    position: relative;
}
.rd-not-found-search {
    margin-top: 70px;
}
.rd-not-found-search .form-control:focus {
    border-color: #1d3a86;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(29 58 134 / 60%);
}
.rd-not-found-search .icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(0, -50%);
}
.sections {
    margin-bottom: 50px;
}
.sections-item {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    max-width: 205px;
}
.sections-item-title {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: #1d3a86;
}
.sections-item-img {
    padding: 0 10px;
    border-radius: 100%;
}
.sections-item-img img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .rd-not-found-bg span {
        font-size: 435px;
    }
    .sections-item-title {
        font-size: 20px;
    }
    .rd-not-found-bg:after {
        content: '';
        background-image: url("./img/404.png");
        position: absolute;
        width: 100%;
        height: 400px;
        right: 0;
        bottom: -65px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 40%;
        z-index: 1;
    }
}
@media only screen and (min-width: 960px) {
    .rd-not-found-bg:after {
        background-size: 75%;
    }
}
