.student-works {
    background-color: #152C9C;
    display: flex;
    flex-direction: row;
    justify-content: center;
 }
 
 .student-works__wrapper {
    max-width: 87.5rem; /* 1400px / 16px = 87.5rem */
    margin-top: 4.75rem; /* 76px / 16px = 4.75rem */
    margin-bottom: 5.3125rem; /* 85px / 16px = 5.3125rem */
 }
 
 .student-works__heading-block {
    margin-bottom: 2.25rem; /* 36px / 16px = 2.25rem */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 }
 
 .student-works__heading {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 2.5rem; /* 40px / 16px = 2.5rem */
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
 }
 
 .student-works__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-family: PTGolos_reg;
    font-weight: 400;
    font-size: 1.125rem; /* 18px / 16px = 1.125rem */
    line-height: 1.5rem; /* 24px / 16px = 1.5rem */
    letter-spacing: -0.01875rem; /* -0.3px / 16px = -0.01875rem */
    vertical-align: bottom;
    color: #00CCFF;
    column-gap: 0.5rem; /* 8px / 16px = 0.5rem */
    text-decoration: none;
 }
 
 .student-works__link:hover {
    color: #00CCFF;
    text-decoration: underline;
 } 

.student-works__link-icon {
    width: 1.5rem; /* 24px / 16px = 1.5rem */
    height: 1.5rem; /* 24px / 16px = 1.5rem */
    background-repeat: no-repeat;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4H20M20 4V10M20 4L12 12' stroke='%2300CCFF' stroke-width='2'/%3E%3Cpath d='M11 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V13' stroke='%2300CCFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
}

.student-works__heading span {
    color: #00CCFF;
 }
 
 .student-works__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.75rem; /* 12px / 16px = 0.75rem */
    margin-top: 1.875rem; /* 30px / 16px = 1.875rem */
 } 

 .student-works__prev {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.661926 10.9811H23.3379M0.661926 10.9811C4.83505 10.7513 13.2342 10.5261 13.2342 -0.00585938M0.661926 10.9811C4.82173 11.2038 13.2342 11.4737 13.2342 22.0057' stroke='%230D0D0D' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: center;
    border: 0.09375rem solid #0D0D0D; /* 1.5px / 16px = 0.09375rem */
    flex-shrink: 0;
    width: 3.5rem; /* 56px / 16px = 3.5rem */
    height: 3.5rem; /* 56px / 16px = 3.5rem */
    border-radius: 5.625rem; /* 90px / 16px = 5.625rem */
    cursor: pointer;
 }
 
 .student-works__next {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.661926 10.9811H23.3379M0.661926 10.9811C4.83505 10.7513 13.2342 10.5261 13.2342 -0.00585938M0.661926 10.9811C4.82173 11.2038 13.2342 11.4737 13.2342 22.0057' stroke='%230D0D0D' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: center;
    transform: rotate(180deg);
    border: 0.09375rem solid #0D0D0D; /* 1.5px / 16px = 0.09375rem */
    flex-shrink: 0;
    width: 3.5rem; /* 56px / 16px = 3.5rem */
    height: 3.5rem; /* 56px / 16px = 3.5rem */
    border-radius: 5.625rem; /* 90px / 16px = 5.625rem */
    cursor: pointer;
 }
 
 .student-works__next:hover,
 .student-works__next:active,
 .student-works__prev:hover,
 .student-works__prev:active {
    background-color: rgba(255, 255, 255, 0.5);
 }
 
 .student-works__position {
    font-family: PTGolos_reg;
    font-weight: 400;
    font-size: 1.125rem; /* 18px / 16px = 1.125rem */
    line-height: 140%;
    letter-spacing: 0rem; /* -0px / 16px = 0rem */
    text-align: center;
    color: #fff;
    flex-shrink: 0;
 }
 
 .student-works__item {
    cursor: pointer;
    position: relative;
 }
 
 .student-works__item img {
    height: 20rem; /* 320px / 16px = 20rem */
    object-fit: cover;
    border-radius: 2.5rem; /* 40px / 16px = 2.5rem */
    border: 0.0625rem solid #0D0D0D; /* 1px / 16px = 0.0625rem */
 } 


.student-works__item_wrapper:hover::after {
    position: absolute;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='white'/%3E%3Ccircle cx='18.1667' cy='18.1672' r='7.3332' stroke='%230D0D0D' stroke-width='2'/%3E%3Cpath d='M29.1666 29.1666L25.5 25.5' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='18.2007' y1='15.3037' x2='18.2007' y2='21.3037' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='21.167' y1='18.3545' x2='15.167' y2='18.3545' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 2.5rem;
    height: 20rem;
    top: 0;
    left: 0;
 }

 .student-works__item__title {
    font-family: ALSGorizont_var;
    font-weight: 400;
    font-size: 1rem; /* 16px / 16px = 1rem */
    line-height: 140%;
    letter-spacing: 0%;
    font-variant-numeric: lining-nums tabular-nums;
    color: #fff;
    margin-top: 0.625rem; /* 10px / 16px = 0.625rem */
 }
 
 .horizontal-line {
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-left: 0.75rem; /* 12px / 16px = 0.75rem */
    content: " ";
 }
 
 @media screen and (max-width: 1200px) {
    .student-works__wrapper {
        max-width: none;
        margin-top: 3.875rem; /* 62px / 16px = 3.875rem */
        margin-bottom: 4rem; /* 64px / 16px = 4rem */
        margin-left: 2.5rem; /* 40px / 16px = 2.5rem */
        width: 100%;
        overflow: hidden;
    }
 
    .student-works__swiper {
        width: 130.9375rem; /* 2095px / 16px = 130.9375rem */
    }
 
    .student-works__item img {
        height: 30.125rem; /* 482px / 16px = 30.125rem */
    }

    .student-works__item_wrapper:hover::after { 
        height: 30.125rem;
    }
 
    .student-works__heading-block {
        margin-bottom: 2.375rem; /* 38px / 16px = 2.375rem */
    }
 
    .student-works__heading {
        font-size: 2.5rem; /* 40px / 16px = 2.5rem */
    }
 
    .student-works__link {
        font-size: 1.125rem; /* 18px / 16px = 1.125rem */
        margin-right: 2.5rem; /* 40px / 16px = 2.5rem */
    }
 
    .student-works__item__title {
        letter-spacing: 0.078125rem; /* 1.25px / 16px = 0.078125rem */
    }
 }
 
 @media screen and (max-width: 768px) {
    .student-works__wrapper {
        margin: 2.5rem 1.25rem 2.5rem 1.25rem; /* 40px / 16px = 2.5rem, 20px / 16px = 1.25rem */
    }
    .student-works__heading-block {
        flex-direction: column;
        margin-bottom: 1.75rem; /* 28px / 16px = 1.75rem */
    }
    .student-works__heading {
        font-size: 1.25rem; /* 20px / 16px = 1.25rem */
        margin-bottom: 0.8125rem; /* 13px / 16px = 0.8125rem */
    }
 
    .student-works__item img {
        height: 14.75rem; /* 236px / 16px = 14.75rem */
        border-radius: 1.5rem; /* 24px / 16px = 1.5rem */
    }

    .student-works__item_wrapper:hover::after {
        height: 14.75rem; /* 236px / 16px = 14.75rem */
        border-radius: 1.5rem; /* 24px / 16px = 1.5rem */
    }
 
    .student-works__link {
        font-size: 0.875rem; /* 14px / 16px = 0.875rem */
        letter-spacing: 0rem; /* 0px / 16px = 0rem */
        margin-right: 0rem; /* 0px / 16px = 0rem */
        column-gap: 0.3125rem; /* 5px / 16px = 0.3125rem */
    }
 
    .student-works__link-icon {
        width: 0.9375rem; /* 15px / 16px = 0.9375rem */
        height: 0.9375rem; /* 15px / 16px = 0.9375rem */
        background-size: contain;
    }
 
    .student-works__item__title {
        font-size: 0.875rem; /* 14px / 16px = 0.875rem */
        letter-spacing: 0rem; /* 0px / 16px = 0rem */
    }
 
    .horizontal-line {
        display: none;
    }
 
    .student-works__swiper {
        width: 100%;
        margin: 0px;
    }
 } 