.image-wrap {
    overflow: hidden;
    max-height: 456px;
}

.image-wrap > img {
    border-radius: 50%;
}

.span-top {
    font-size: 21px;
    color: #000000;
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
}

.visitor-texts {
    max-width: 410px;
}

.best-regards {
    font-size: 16px;
    color: #9498AB;
    font-family: "RobotoCondensed-Italic";
    font-weight: 400;
    font-style: italic;
}

.name {
    font-size: 23px;
    color: #27AE00;
    font-family: "RobotoCondensed-Bold";
    font-weight: 700;
    font-style: normal;
}

.initiative:nth-child(odd) > .flex-class-reserve {
    flex-direction: row-reverse;
}

.initiative:nth-child(odd) > .flex-class-reserve > div > div > img {
    margin-left: auto;
}

.initiative-col {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}

@media (max-width: 1559px) {
    .span-top {
        font-size: 19px;
    }

    .name {
        font-size: 19px;
    }
}

@media (max-width: 1299px) {
    .image-wrap {
        max-height: 380px;
    }
}

@media (max-width: 1199px) {
    .image-wrap {
        max-height: 347px;
    }
}

@media (max-width: 1024px) {
    .flex-class {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .image-wrap {
        max-width: 150px;
        max-height: 150px;
    }

    .span-top {
        font-size: 16px;
    }

    .best-regards {
        font-size: 15px;
    }

    .name {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .unit {
        margin-top: 15px;
    }

    .image-wrap {
        max-width: 85px;
        max-height: 85px;
        margin-top: 10px;
    }
}

@media (max-width: 374px) {
    .image-wrap {
        max-width: 55px;
        max-height: 55px;
    }
}