.target-four {
    position: relative;
    bottom: 0;
    padding: 4rem 0rem;
    display: flex;
    justify-content: center;
}

.content-target {
    display: flex;
    aspect-ratio: 7 / 3;
    position: relative;
    width: 100%;
    max-height: 515px;
}

.target-info {
    position: relative;
    cursor: pointer;
    max-height: 515px;
}

.img-target {
    position: absolute;
    bottom: 23px;
    left: 8px;
}

.title-target {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 25.5px;
    padding-top: 2rem;
    font-family: AvantGarde Bk BT;
    position: absolute;
}

.target-info span {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    justify-content: flex-end;
}

.target-info .target-span-container {
    display: none;
    overflow-y: auto;
    height: 45%;
    margin-top: 60%;
    max-height: 45%;
    padding-right: 0.5rem;
    font-family: AvantGarde Bk BT;
}

.target-info:hover .target-span-container {
    display: block;
    cursor: pointer;
}

.target-info:hover li {
    margin-bottom: 0.5rem;
}

.target-info:hover .title-target {
    top: 10%;
}

.target-info:hover .img-target {
    display: none;
}

.target-info:hover .arrowIcon {
    transition: 0.5s;
    transform: translate(0.5rem, -1rem);
}

#Layer_1 {
    position: absolute;
    right: 0;
    margin-top: 1rem;
}

.arrowIcon {
    position: absolute;
    top: 5%;
    right: 5%;
}

.target-span-container::-webkit-scrollbar {
    width: 0.1em !important;
}

.target-span-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}

.blue-scroll::-webkit-scrollbar-thumb {
    background-color: #00233a !important;
    outline: 1px solid #00233a !important;
}

.yellow-scroll::-webkit-scrollbar-thumb {
    background-color: #f7ef66 !important;
    outline: 1px solid #f7ef66 !important;
}

@media(min-width:1600px) {
    .target-info {
        max-height: 590px;
    }

    .content-target {
        max-height: 590px;
    }
}

@media(min-width:992px)and (max-width:1200px) {
    .title-target {
        font-size: 20px;
    }

    .img-target {
        width: 50px;
        height: 50px;
    }

    .target-info:hover li {
        font-size: 12px;
    }

    .target-four {
        padding: 2rem 0rem;
    }
}

@media(min-width:600px)and (max-width:991px) {
    .target-info {
        height: 25%;
        max-height: unset;
    }

    .content-target {
        aspect-ratio: 1 / 2;
    }

    .target-info .target-span-container {
        margin-top: 30%;
    }

    .target-info:hover .arrowIcon {
        transition: 0.5s;
        transform: translate(1.5rem, -0.4rem);
    }

    .content-target {
        max-height: unset;
    }
}

@media(min-width:451px) and (max-width:599px) {
    .target-info .target-span-container {
        margin-top: 40%;
    }

    .target-info {
        height: 100%;
    }

    .content-target {
        aspect-ratio: 3 / 3;
        position: relative;
        width: 100%;
    }

    .target-four {
        padding: 3rem 0rem;
    }

    .target-info:hover .arrowIcon {
        transition: 0.5s;
        transform: translate(0.8rem, -0.5rem);
    }

    .content-target {
        max-height: unset;
    }
}

@media(min-width:320px)and (max-width:450px) {
    .content-target {
        aspect-ratio: 12/3;
        width: 100%;
    }

    .target-four {
        padding: 0;
    }

    .target-info {
        width: 100%;
        height: 260px;
    }

        .target-info:hover .title-target {
            top: 0;
        }

        .target-info .target-span-container {
            margin-top: 30%;
            height: 45%;
        }

        .target-info:hover .arrowIcon {
            transition: 0.5s;
            transform: translate(0.8rem, -0.5rem);
        }

    .content-target {
        max-height: unset;
    }
}
