/* banner section start */
.blog-banner {
    position: relative;
    margin-top: -9.9rem;
}

.blog-banner-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 90%;
}

.blog-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-banner-img-mob {
    display: none;
}

.blog-banner .container {
    height: 32.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-banner-title {
    padding-top: 9rem;
}

.blog-banner-title p {
    color: #fff;
    font-size: 6rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.18rem;
    text-align: center;
}

.blog-banner-links {
    padding: 1.625rem 6.25rem;
    background-color: #143070;
    display: flex;
    align-items: center;
    gap: 1.875rem;
}

.blog-banner-link a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-decoration: unset;
}

/* banner section end */

/* students section start */

.blog-students {
    position: relative;
}

.blog-students-img {
    height: 28.75rem;
}

.blog-students-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-blogger-img-mob {
    display: none;
}

.blog-students-content {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.12rem;
    padding: 1.1rem 2rem;
    width: max-content;
    border-radius: 1.25rem;
    border: 0.125rem solid rgba(10, 36, 87, 0.1);
    background: #fafafa;
}

.blog-students-title p {
    color: #153164;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Gentium Book Plus";
    white-space: nowrap;
    letter-spacing: -0.04rem;
}

.blog-students-button a {
    display: flex;
    align-items: center;
    color: #0a2457;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 700;
    padding: 0.3rem 2rem;
    border-radius: 0.625rem;
    border: 0.125rem solid #0a2457;
    background: rgba(255, 255, 255, 0);
    text-decoration: unset;
    white-space: nowrap;
}


/* students section end */

/* blogger section start */

.blog-blogger {
    position: relative;
}

.blog-blogger-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blog-blogger-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-blogger-background-img-mob {
    display: none;
}

.blog-blogger .container {
    padding: 3.5rem 5rem;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 4rem;
}

.blog-blogger-img.first svg {
    width: 10.125rem;
    height: 10.375rem;
}

.blog-blogger-img.second svg {
    width: 9.6875rem;
    height: 10.0625rem;
}

.blog-blogger-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.blog-blogger-title p {
    color: #fff;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0.07rem;
}

.blog-blogger-subtitle p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
}

.blog-blogger-subtitle p span {
    font-weight: 700;
}

.blog-blogger-button a {
    display: flex;
    justify-content: center;
    color: #0a2457;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0.01rem;

    padding: 0.46875rem 3.125rem;

    border-radius: 0.625rem;
    background: #fafafa;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);

    text-decoration: unset;
}


/* blogger section end */

/* blogs section start */

.blog-blogs {
    padding: 4rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.blog-blogs-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-blogs-top-result p {
    color: #153164;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
}

.blog-blogs-top .blog-blogs-top-search {
    width: calc(50% - 1.5rem);
}

.blog-blogs-top .blog-blogs-top-search form {
    border-radius: 0.625rem;
    border: 0.125rem solid rgba(10, 36, 87, 0.1);
    background: #fafafa;
}

.blog-blogs-top .blog-blogs-top-search form input {
    padding: 0.5rem 0.6rem;
    padding-right: 2.3rem;
    border-radius: 0.625rem;

    color: rgba(10, 36, 87, 0.8);
    font-size: 1.25rem;
    line-height: normal;
    font-weight: 600;
}

.blog-blogs-top .blog-blogs-top-search form input::placeholder {
    color: rgba(10, 36, 87, 0.8);
}

.blog-blogs-top .blog-blogs-top-search form svg {
    width: 1.0625rem;
    height: 1.125rem;
}


/* blogs section end */