main{
    max-width: 87%;
    display: flex;
    justify-content: space-between;
    margin-left: 7.7%;
}
main .left-content{
    width: 65%;
    display: flex;
    flex-direction: column;
}

main .img{
    height: 300px;
    width: 100%;
    background-image: url("../assets/images/image-web-3-desktop.jpg");
    background-size: cover;
    background-position: center;

}

main .right-content{
    width: 27%;
}

.box {
    display: flex;
    justify-content: space-between;

}

.box h1{
    font-size: 50px;
}

.min-box-2{
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}



.min-box h1{
  font-size: 60px;
  max-width: 600px;
  font-weight: 600;
}

.box-read-more p{
 color: rgb(129, 127, 127);
 margin: 0 0 15px 0;
 max-width: 450px;
}




.min-box-2 button{
    background-color: hsl(5, 85%, 63%);
    color: white;
    padding: 10px 35px;
    margin: 10px 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.min-box-2 button:active{
    background-color:  black;
}
