@font-face {
    font-family: "Century-Gothic";
    src: url("../fonts/Century_Gothic.ttf") format("truetype");
}

* {
    font-family: Century-Gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    text-align: left;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.box {
    padding: 2em 1em;
    border-radius: 32px;
    background-color: #ffe2e7;
    margin: 1em auto;
}

.box > div {
    padding: 1em 0em;
}

.box > div p:first-child {
    padding-top: 1em;
}

.bold {
    font-weight: 700;
}

.contacts {
	padding-top: 3em;
	padding-bottom: 1em;
    border-bottom: 5px solid rgb(243, 164, 178);
	margin-bottom: 0;
}

.contacts,
.contacts a {
	font-weight: 700;
    color: rgb(247, 68, 166);
}

.contacts a:hover {
    color: rgb(247, 68, 166);
}
.info {
	color: rgb(247, 68, 166);
}

@media screen and (min-width: 768px) {
    .box > div {
        padding: 1em 2em;
    }
}

@media screen and (min-width: 992px) {
    .box {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(25%);
        transform: translateY(10%);
        margin: 0;
    }

    p {
        text-align: left;
    }
}
