.beautifulanimals {
    width: 100%;
    height: 100%;
    background-color: #E5EAEB;
    position:  relative;
    padding: 2em 0;
}

.beautifulanimals__wrapper h2 {
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.beautifulanimals__inner {
    padding: 2em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
}

.beautifulanimals__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 105px;
}

.beautifulanimals__item p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.beautifulanimals__right {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 2%;
}

.beautifulanimals__left {
    height: 100%;
    width: 91%;
    overflow: hidden;
}
.left-window {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
}
.beautiful-btn {
    width: 17px;
    height: 23px;
}



@media screen and (max-width: 990px) {
    .beautifulanimals__left {
        width: 93%;
    }
}

@media screen and (max-width: 768px) {
       .beautifulanimals__right {
        width: 5%;
    }
    .left-window {
        width: 880px;
    }
    .beautiful-btn-down {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .beautifulanimals__left {
        width: 90%;
    }
}