.contacts__wrapper{
    padding-top: 160px;
}
.contacts__content {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts__left{
    position: relative;
}
.contacts__left h2,
.contacts__left a{
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}
.contacts__left h3{
    margin-bottom: 15px;
}
.contacts__left h3{
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.contacts__right {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    border-radius: 20px;
    overflow: hidden;
}
.raccoon-contact{
    position: absolute;
    top: 5%;
    left: 100%;
}
@media screen and (max-width: 640px) {
    .raccoon-contact {
        position: relative;
        top: 0;
        left: 0;
        transform:unset;
    }
}
