.write_me {
    max-width: 100%;
    margin: 0 auto;
    background: #d1d1d1;
    display: flex;
}
.write_me-left {
    width: 50%;
}
.write_me-right {
    width: 50%;
    background: #d1d1d1;
}
.write_me-right-content {
    background: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    height: 90%;
    border-radius: 20px;
    box-shadow: 5px 10px 10px #7a7a7a;
}
.write_me h1 {
    font-size: 2vw;
    text-align: center;
    padding: 5% ;
    color: rgb(38, 0, 255);
}
.write_me h2 {
    font-size: 1.5vw;
    padding: 5% 5% 1% 5%;
    text-align:justify;
    text-indent: 25px;
    font-weight: 300;
}
.write_me-right-content-121 {
    max-width: 60%;
    padding: 5%;
    margin: 0 auto;
    border-radius: 90px;
}

.write_me-right-btn {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 15px;
   
}
.write_me-right-btn a {
    background-color: #2a1fca;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
}
.write_me-right-btn a:hover {
    text-decoration: underline;
}