
@font-face {
    font-family: "Gordita";
    src: url("../../fonts/gordita-black-webfont.woff2") format("woff2"), url("../../fonts/gordita-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: "Gordita";
    src: url("../../fonts/gordita-bold-webfont.woff2") format("woff2"), url("../../fonts/gordita-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gordita";
    src: url("../../fonts/gordita-medium-webfont.woff2") format("woff2"), url("../../fonts/gordita-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Gordita";
    src: url("../../fonts/gordita-regular-webfont.woff2") format("woff2"), url("../../fonts/gordita-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
}

.pt-cus {
    padding-top: 160px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 776px) {
    .pt-cus {
        padding-top: 120px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pt-cus h1,
.pt-cus h2,
.pt-cus h3,
.pt-cus h4,
.pt-cus h5,
.pt-cus p,
.pt-cus li,
.pt-cus a,
.pt-cus strong,
.pt-cus span {
    color: rgb(221, 207, 207);
}

.pt-cus p>a {
    color: red;
}
