@import url(__reboot.css);
@import url(fonts.css?v=1.2);

@import url(header.css?v=1.9);
@import url(info-link.css?v=1.7);
@import url(rs.css?v=1.1);
@import url(other-headers.css?v=0.1);

body {
    overflow-x: hidden;
}

.single-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.31vw;
    gap: 0.78vw;
}

.single-title span {
    color: #043E66;
    text-align: center;
    font-family: Inter, serif;
    font-size: 3.13vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

.content {
    padding: 5vw;
    display: flex;
    gap: 4.14vw;
}

.image {
    position: relative;
}

.image img {
    width: 40.63vw;
    height: 50.78vw;
    flex-shrink: 0;
    aspect-ratio: 520.68/650.84;
}

.hits {
    position: absolute;
    bottom: 2.34vw;
    right: 0.94vw;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.hits span {
    color: #FFF;
    font-family: Outfit, serif;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.text p {
    color: #043E66;
    font-family: Outfit, serif;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.03vw;
    letter-spacing: 0.6px;
}

.text strong {
    color: #043E66;
    font-family: Outfit, serif;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.03vw;
    /* 130% */
    letter-spacing: 0.6px;
}

.releted-blogs {
    padding: 5vw;
    display: flex;
    gap: 1.56vw;
}

.blog-item {
    display: flex;
    padding: 0.78vw 0.63vw;
    gap: 0.78vw;
    background: rgba(217, 217, 217, 0.30);
}

.blog-item img {
    width: 10.16vw;
    height: 12.27vw;
    flex-shrink: 0;
    aspect-ratio: 248.15/157.49;
}

.blog-text {
    position: relative;
}

.blog-text>h3>a {
    color: #043E66;
    font-family: Outfit Arial, Helvetica, sans-serif;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.56vw;
    letter-spacing: 0.36px;
}

.intro-text {
    color: #043E66;
    font-family: Outfit, serif;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56vw;
    letter-spacing: 0.36px;
}

.show-more a {
    color: #043E66;
    font-family: Outfit, serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.03vw;
    letter-spacing: 0.48px;
}

.show-more {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
        padding: 20px;
    }

    .image img {
        width: 100%;
        height: 493px;
        object-fit: cover;
    }

    .single-title {
        justify-content: flex-start;
        padding: 0 20px;
        gap: 8px;
    }

    .single-title span {
        color: #043E66;
        text-align: center;
        font-family: Inter, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.72px;
    }

    .single-title svg {
        width: 18.375px;
        height: 18.375px;
    }

    .text p {
        color: #043E66;
        font-family: Outfit, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.36px;
    }

    .text strong {
        color: #043E66;
        font-family: Outfit, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        /* 133.333% */
        letter-spacing: 0.36px;
    }

    .content {
        gap: 30px;
    }

    .single-title {
        margin-top: 30px;
    }

    .releted-blogs {
        padding: 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding-bottom: 80px;
    }

    .blog-item img {
        width: 108px;
        height: 124px;
        flex-shrink: 0;
        aspect-ratio: 248.15 / 157.49;
        object-fit: cover;
    }

    .blog-text>h3>a {
        color: #043E66;
        font-family: Outfit, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.36px;
    }

    .show-more a {
        color: #043E66;
        font-family: Outfit, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.42px;
    }

    .intro-text {
        color: #043E66;
        font-family: Outfit, serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.36px;
    }

    .hits span {
        font-size: 12px;
    }
}
