@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html{
    font-family: 'montserrat';

}

/*SECTION 2 */

.section2{
    min-height: calc(100-50vh);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
}

.s2_Content{
    width: 95%;
    max-width: 1900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    padding-top: 2px  0px;
    padding-bottom: 10px;
}

.s2_Contentleft{
    width: 50%;
    height: 600px;
    background: url(FEA_LINK.png) no-repeat center / cover;
    border-radius: 5px;
    margin: 30px;
    
}

.s2_Contentleft::after {
    content:'';
    position: absolute;
    display: block;
    padding-top: calc(100% /(16/9))
}

.s2_Contentright{
    width: 30%;
    height: auto;
    background-color: rgb(61, 57, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 8px;
    color: white;
    margin-left:  -100px;
    margin: center;

}
.s2_Contentright h1{
    font-size: 1.1rem;
    font-weight: lighter;
}
.s2_Contentright p{
    font-size: 0.7rem;
    margin: 0px 0;
    padding-bottom: 5px;
    font-weight: 100;    
    line-height: 1rem;
}
.s2_Contentright a{
    font-size: .7remx;
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    color: black;
    padding: 5px 20px ;
    display: inline-block;
    letter-spacing: 2px;
}
.s2_Linkbtn{
    display: inline-block;
    padding: 0.5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid green;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 0.2rem;
    transition: .3s; 
    text-transform: uppercase;
}

/*SECTION 3 */
.section3{
    min-height: calc(100-50vh);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
}

.s3_Content{
    width: 95%;
    max-width: 1900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    padding-top: 2
    0px;
    padding-bottom: 10px;
}

.s3_Contentleft{
    width: 50%;
    height: 600px;
    background: url(PNG_draft_part.png) no-repeat center / cover;
    border-radius: 5px;
    margin: 30px;
    
}

.s3_Contentleft::after {
    content:'';
    position: absolute;
    display: block;
    padding-top: calc(100% /(16/9))
}

.s3_Contentright{
    width: 30%;
    height: fit-content;
    background-color: rgb(61, 57, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 8px;
    color: white;
    margin-left:  -100px;
    margin: center;

}
.s3_Contentright h1{
    font-size: 1.1rem;
    font-weight: lighter;
}
.s3_Contentright p{
    font-size: 0.7rem;
    margin: 0px 0;
    padding-bottom: 5px;
    font-weight: 100;    
    line-height: 1rem;
}
.s3_Contentright a{
    font-size: .7remx;
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    color: black;
    padding: 5px 20px ;
    display: inline-block;
    letter-spacing: 2px;
}
.s3_Linkbtn{
    display: inline-block;
    padding: 0.5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid green;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 0.2rem;
    transition: .3s; 
    text-transform: uppercase;
}



.section4{
    min-height: calc(100-50vh);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
}


.s4_Content{
    width: 95%;
    max-width: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    padding-top: 2    0px;
    padding-bottom: 10px;
}

.s4_Contentleft{
    width: 100%;
    height: 500px;
    background: url(draft_part_.png) no-repeat center / cover;
    border-radius: 5px;
    margin: 30px;
    
}

.s4_Contentleft::after {
    content:'';
    position: absolute;
    display: block;
    padding-top: calc(100% /(16/9))
}

.s4_Contentright{
    width: 30%;
    height: fit-content;
    background-color: rgb(61, 57, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 8px;
    color: white;
    margin-left:  -100px;
    margin: center;

}
.s4_Contentright h1{
    font-size: 1.1rem;
    font-weight: lighter;
}
.s4_Contentright p{
    font-size: 0.7rem;
    margin: 0px 0;
    padding-bottom: 5px;
    font-weight: 100;    
    line-height: 1rem;
}
.s4_Contentright a{
    font-size: .7remx;
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    color: black;
    padding: 5px 20px ;
    display: inline-block;
    letter-spacing: 2px;
}
.s4_Linkbtn{
    display: inline-block;
    padding: 0.5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid green;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 0.2rem;
    transition: .3s; 
    text-transform: uppercase;
}



/*SECTION 2 */
@media only screen and (max-width: 800px)
{

.s2_Content{
    flex-direction: column;
    width: 100%;
    margin-block-start: 10px;
}
.s2_Contentleft{
    margin: 5px;
    width: 100%;
    height: 300px;
}
.s2_Contentright{
    position: center;
    width: 88%;
    margin: 0;
    margin-top: -30px;
}
}

/*SECTION 3 */
@media only screen and (max-width: 800px)
{

.s3_Content{
    flex-direction: column;
    width: 100%;
    margin-block-start: 10px;
}
.s3_Contentleft{
    margin: 5px;
    width: 100%;
    height: 300px;
}
.s3_Contentright{
    position: center;
    width: 88%;
    margin: 0;
    margin-top: -30px;
}
}


/*SECTION 4 */
@media only screen and (max-width: 800px)
{

.s4_Content{
    flex-direction: column;
    width: 100%;
    margin-block-start: 10px;
}
.s4_Contentleft{
    margin: 5px;
    width: 100%;
    height: 300px;
}
.s4_Contentright{
    position: center;
    width: 88%;
    margin: 0;
    margin-top: -30px;
}
}



































