﻿.off-make-module {
    background: #0a8aaf;
    padding: 35px 20px 50px;
    border-radius: 4px;
}
    .off-make-module .ofm-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 1100px;
        margin: 0px auto;
    }
        .off-make-module .ofmi-left span {
            font-size: 42px;
            line-height: 1.1;
            font-family: "mini_serif-bold", serif;
            display: block;
            margin: 0 0 10px;
        }
        .off-make-module .ofmi-left p {
            color: #fff;
            font-size: 20px;
            line-height: 1.1;
        }
        .off-make-module .ofmi-right .auto-btn {
            min-width: 260px;
            width: 100%;
            font-weight: bold;
        }
        #OffMakeModal .modal-body {
            text-align: center;
            padding-top: 60px;
            padding-bottom: 40px;
        }
            #OffMakeModal .modal-body .auto-btn {
                margin: 30px auto 0;
                min-width: 200px;
            }

@media (max-width: 800px) {
    .off-make-module .ofm-inner {
        flex-direction: column;
    }
        .off-make-module .ofmi-left span {
            font-size: 32px;
        }
        .off-make-module .ofmi-left p {
            font-size: 18px;
        }
        .off-make-module .ofmi-right .auto-btn {
            margin-top: 30px;
        }
}
