.main-title {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 66px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 0px 0px 10px #000000;
    background-color: rgba(0, 113, 125, 0.75);
    padding: 17px;

    border-radius: 0px 0px 0px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 15px;
    
}

.contact {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: transparent;
}

.carousel-text {
    max-width: 1200px;
    margin: 50px 25px 0 auto;
}

.centered {
    display: flex;
    justify-content: center;
    margin-left: 10%; 
    margin-right: 10%;
}
.verticaly-centered {
    position: relative;
  top: 50%;
  transform: 			translateY(-50%);
}

.title {
    font-size: 27px;
    text-align: left;
}

.text-block {
    color: #000000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;

    text-align: justify;
    width: 100%;
    padding: 0;
    margin: 15px 0px;
}

.about-us-section {
    background-color: transparent;
    background-image: linear-gradient(170deg, #FFFFFF 8%, #7A7A7A 100%);
}

.footer-separator {
    margin-top: -1px;
    background-color: #7A7A7A;
}

.contact-form {
    padding: inherit;
}

.submmit-button {
    color: #ffffff;
    background-color: #666666;
    border: 1px solid transparent;
    background: #666;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
}

.submmit-button:hover {
    color: #ffffff;
    background-color: #3f3f3f;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 19px;
        margin-left: 10px;
        margin-right: 10px;
        width: 80%;
    }

    .contact-form {
        padding: 0;
    }

    .carousel-text {
        margin: 125px 25px 0 auto;
    }

    input, textarea{
        max-width: 300px;
    }
}