.service-image .service-1{
    content: url("../assets/ftl_service.webp");
}

.service-image .carousel-caption{
    top: 30%;
}

.service-image h1{
    font-size: 100px;
}

.service-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service-content p {
    font-size: 20px;
}

.contact-section {
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-section .contact-section-content {
    text-align: center;
}

.contact-section p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-section a {
    color: #fff;
    background-color: #971b1e;
    border-color: #971b1e;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-section a:hover {
    color: #fff;
    background-color: #680f11;
    border-color: #680f11;
    background: #680f11;
}

.contact-section a:active {
    background-color: #971b1e;
}


@media screen and (max-width:1500px) {

    .service-image h1{
        font-size: 70px;
    }
    
}


@media screen and (max-width:600px){

    .service-image .service-1{
        content: url("../assets/m_ftl_service.webp");
    }

    
    .service-image h1{
        font-size: 60px;
    }

    .service-content {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .contact-section {
        padding-left: 20px;
        padding-right: 20px;
    }

}

