.main-image {
    position: relative;
    text-align: left;
}

.main-image img {
    width: 100%;
    height: auto;
}

.main-image .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
}

.follow-us,
.quote-form {
    background-color: #f5f9ff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.follow-us .social-icons a {
    margin-right: 10px;
    font-size: 20px;
    color: #555;
}

.quote-form .form-control {
    margin-bottom: 15px;
}

.quote-form button {
    width: 100%;
}

.content-title {
    margin-top: 15px;
    font-weight: bold;
    text-align: start;
}

.last-updated {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}