.return-tittle-box {
    margin-top: -2px;
    margin-left: 300px;
    margin-bottom: 50px;
    background-color: #4A5782;
    width: 320px;
    height: 50px;
    border-radius: 0 0 15px 15px;
}
.return-tittle {
    color: white;
    text-align: center;
    font-size: 32px;
}
.return-tittle-h3 {
    font-size: 24px;
}
.return-input {
    width: 180px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #CECECE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.return-button {
    margin-top: 10px;
    width: 180px;
    height: 40px;
    background-color: green;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    transition: 0.3s;
}
.return-button:hover {
    background-color: #23b90b;
}
.returnpair-image {
    width: 600px;
}
.return-image {
    width: 450px;
}

@media only screen and (max-width: 1100px) {
    .returnpair-image {
        width: 400px;
    }
    .return-image {
        width: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .return-tittle-box {
        margin-left: 50px;
        margin-bottom: 50px;
        background-color: #4A5782;
        width: 200px;
        height: 35px;
        border-radius: 0 0 15px 15px;
    }
    .return-tittle {
        color: white;
        text-align: center;
        font-size: 22px;
    }
    .return-tittle-h3 {
        font-size: 18px;
    }
    .return-input {
        width: 140px;
        height: 30px;
        border-radius: 10px;
        border: 1px solid #CECECE;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .return-button {
        width: 140px;
        height: 30px;
        background-color: green;
        border: none;
        border-radius: 10px;
        color: white;
        font-size: 16px;
        transition: 0.3s;
    }
    .return-button:hover {
        background-color: #23b90b;
    }
    .returnpair-image {
        width: 300px;
    }
    .return-image {
        width: 280px;
    }
}
@media only screen and (max-width: 767px) {
    .returnpair-image {
        width: 300px;
    }
    .return-image {
        display: none;
    }
}
