﻿/*.quote-box {
    border: 2px dashed red;
    border-radius: 8px;
    padding: 15px;
    display: inline-block;
}

.contact-section {
    margin: 40px auto;
}

    .contact-section h2 {
        font-weight: 700;
        color: #e00000;
        margin-bottom: 20px;
    }

    .contact-section img {
        width: 200px;
        margin-bottom: 20px;
    }

.btn-custom {
    background-color: #e00000;
    color: #fff;
    width: 100%;
}

    .btn-custom:hover {
        background-color: #c10000;
    }

.contact-info h6 {
    font-weight: 700;
    color: #e00000;
}

.social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e00000;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    text-decoration: none;
}

    .social-media a:hover {
        background-color: #c10000;
    }

.custom-box {
    border: 1px solid #f28b82;
    border-radius: 15px;
    padding: 2rem;
    background-color: #fff;
}

.section-header {
    background-color: #FFCC40;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}*/

.LayoutHeading {
    background-color: #213A75;
    color: white;
}