body {
    font-family: "Prompt", sans-serif !important;
}

.first-section {
    height: 575px;
    background: url("./images/main.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.main-title {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}

.second-title {
    font-size: 40px;
    margin-top: 50px;
}

.second-text {
    max-width: 800px;
    font-size: 20px;
    margin-bottom: 50px;
}

.third-section {
    height: 560px;
    background: url("./images/about.png");
    background-position: 90% 90%;
    background-repeat: no-repeat;
}

.third-title {
    font-size: 40px;
    margin-top: 40px;
}

.third-text {
    font-size: 20px;
    max-width: 740px;
}

.top-yellow-border {
    width: 80px;
    border: 2px solid #ffce00;
    margin-left: 45px;
}

.left-yellow-border {
    height: 100px;
    border: 2px solid #ffce00;
    margin: 40px 20px 0 0;
}

.fourth-section {
    background-color: #f5f5f5;
}

.fourth-title {
    font-size: 40px;
}

.bottom-yellow-border {
    width: 100px;
    border: 2px solid #ffce00;
}

.products {
    font-size: 20px;
}

ul li {
    color: #ffce00;
}

.fifth-title {
    font-size: 40px;
    margin-top: 30px;
}

.products-img {
    width: 100%;
}

input:focus,
textarea:focus {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

button {
    border: 2px solid #ffce00 !important;
}

.footer {
    background: url("./images/footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-text {
    width: 240px;
}

@media (min-width: 576px) {
    .main-title {
        font-size: 70px;
    }

    .second-title {
        font-size: 55px;
        margin-top: 70px;
    }

    .third-title {
        font-size: 55px;
    }

    .fourth-title {
        font-size: 55px;
    }

    .fifth-title {
        font-size: 55px;
    }

    .top-yellow-border {
        width: 100px;
    }

    .left-yellow-border {
        margin: 40px 40px 0 0;
    }

    .footer-text {
        width: auto;
    }
}

@media (min-width: 992px) {
    .products-img {
        width: 500px;
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .products-img {
        width: 600px;
        height: 420px;
    }
}

@media (min-width: 1400px) {
    .first-section {
        height: 700px;
        background-size: cover;
    }

    .products-img {
        width: 700px;
        height: 490px;
    }
}
