@media (min-width: 1400px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;padding: 50px;
    direction: rtl;
}
main>section>div.left{
    width: 20%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 80%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}
@media (max-width: 1400px) and (min-width: 1200px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;padding: 50px;
    direction: rtl;
}
main>section>div.left{
    width: 20%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 80%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    direction: rtl;
    flex-wrap: wrap;
}
main>section>div.left{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}
@media (max-width: 992px) and (min-width: 768px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    direction: rtl;
    flex-wrap: wrap;
}
main>section>div.left{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}
@media (max-width: 768px) and (min-width: 576px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 30px;
    direction: rtl;
    flex-wrap: wrap;
}
main>section>div.left{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}
@media (max-width: 576px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 10px;
    direction: rtl;
    flex-wrap: wrap;
}
main>section>div.left{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>form{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
main>section>div.left>form>input{
    width: 100%;
    height: 30px;
    background-color: #B547B4;
    color: white;
    font-size: 20px;
    font-family: Lalezar;
    border-radius: 5px;
    border: none;
}
main>section>div.left>form>p{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>section>div.left>form>p>input{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-size: 15px;
    font-family: Lalezar;
    box-sizing: border-box;
    padding: 5px;
}
main>section>div.left>form>p>label{
    display: none;
}
main>section>div.left>h4{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
}
main>section>div.left>div{
    width: 100%;
    min-height: 200px;
    background-color: rgb(181, 71, 180);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.left>div>div{
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    direction: ltr;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}
main>section>div.left>div>div>h4{
    font-size: 14px;
    color: white;
    font-family: Portada-bold;
    direction: rtl;
}
main>section>div.right{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
main>section>div.right>img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: contain;
}
main>section>div.right>h4{
    width: 100%;
    min-height: 10px;
    font-size: 20px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    text-align: right;
}
main>section>div.right>div.description{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    border-top: 1px solid #B547B4;
}
main>section>div.right>div.description>h4{
    width: 100%;
    min-height: 10px;
    font-size: 19px;
    font-family: Portada-bold;
    color: black;
    direction: rtl;
    display: flex;
}
main>section>div.right>div.description>article{
    width: 100%;
    min-height: 100px;
    font-size: 17px;
    font-family: Portada-thin;
    font-weight: 900;
    direction: rtl;
    text-align: justify;
}
}