.contacts {
    background-image: url(../img/png/content.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.contacts-after::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: magenta;
    opacity: 0.05;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.border-ccc {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.out-input:focus {
    outline: none;
}
.textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CEDDE0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #777;
    resize: none;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.info:first-child {
    background-color: #46aadc;
}
.info:nth-child(2) {
    background-color: #ffaf60;
}
.info:nth-child(3) {
    background-color: #76beba;
}
.info:nth-child(4) {
    background-color: #7192bd;
}