section#special-offer {
    padding: 30px 50px;
}
.pro-title {
    display: flex;
    gap: 16px;
    justify-content: center;
}
hr.pre-line {
    width: 35%;
    height: 1px;
    background: #C9DDE5;
    margin-top: 22px;
}
.special-content {
    display: flex;
    gap: 30px;
    margin: 40px 30px 30px;
    justify-content: center;
}
.pro-box img {
    width: 100%;
}
.pro-box {
/*    width: 325px;
    height: 335px;*/
    border: 1px solid #E7EEED;
    border-radius: 12px;
    box-shadow: 0 6px 10px 0 #8d8484a1;
}
.pro-content{
    padding: 10px 20px;
}
.pro-content h4 {
    font-size: 18px;
    color: #012D3B;
    font-weight: 500;
    line-height: 100%;
}
.pro-content p {
    font-size: 15px;
    color: #434545;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.pro-content .mil-button {
    padding: 0 10px 0 10px;
    height: 45px;
}
.pro-content .mil-button svg {
    margin-left: 20px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 10px;
    left: 3px;
}
@media screen and (max-width: 767px){
    section#special-offer {
        padding: 30px 10px;
    }
    .special-content {
        display: block;
    }
    .pro-box {
        margin-bottom: 30px;
    }
    hr.pre-line{
        display: none;
    }
}