.first-block-3{
    max-width: 440px;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../media/image1.png);
}
.first-block-3 img{
    width: 100%;
    visibility: hidden;
}
.first-block{
    list-style: none;
    overflow: auto;
    font-family: 'Spartan', sans-serif;
}
.first-block-1{
    color: #163aaf;
}
.first-block-1 h2{
    
    padding-top: 75px;
    font-size: 32px;
    font-weight: 400;
    width: fit-content;
}
.first-block-1 h1{
    margin-top: 15px;
    font-size: 48px;
    font-weight: 600;
    width: fit-content;
}
.first-block-2{
    max-width: 550px;
    list-style: none;
    color: #333333;
    font-size: 17px;
    margin: 30px 0;
    line-height: 25px;
    position: relative;
}
.first-block-1::after {
    content: "";
    background: #f47820;
    position: relative;
    margin-top: 10px;
    float: left;
    height: 2px;
    width: 150px;
}

@media only screen and (max-width: 960px) {
    .first-block-3 {
        max-width: 400px;
    }
    .first-block-1 h2 {
        font-size: 25px;
    }
    .first-block-1 h1 {
        font-size: 31px;
    }
  }
  @media only screen and (max-width: 750px) {
    
    .first-block-3 {
        width: 100%;
        max-width: 100%;
    }
  }







.second-block{
    font-family: 'Spartan', sans-serif;
    list-style: none;
    margin-top: 50px;
    padding-top: 100px;
}
.second-block::before{
    content: "";
    width: 300px;
    border-top: 1.5px solid #f47820;
    float: right;
    margin: 60px 0 10px 0;
  }
.second-block-1{
    display: flex;
    margin-top: 20px;
    width: 100%;
    min-height: 100px;
    border-radius: 22px;
    background-size: contain;
    background-image: url(../media/background1.png);
    overflow: auto;
}
.second-block-1 ul{
    width: 59%;
    color: white;
    padding-left: 50px;
    display: inline-block;
}
.second-block-1 p {
    font-size: 17px;
    padding-top: 30px;
    line-height: 40px;
}
.second-block-1 h2 {
    font-weight: unset;
    font-size: 25.5px;
    line-height: 50px;
    padding-bottom: 50px;
}
.second-block-1 div{
    float: right;
    width: 250px;
    margin: auto;
    background-image: url(../media/image2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.second-block-1 img{
    width: 100%;
    visibility: hidden;
}
@media only screen and (max-width: 750px) {
    .second-block-1 {
        display: block;
    }
    .second-block-1 div {
        float: none;
        padding-bottom: 10px;
    }
    .second-block-1 ul {
        width: 93%;
        margin: auto;
        padding-left: 0;
        display: block;
    }
    .second-block-1 h2 {
        text-align: center;
        font-size: 20px;
    }
  }
.second-block-2{
    margin-top: 20px;
    width: 100%;
    min-height: 50px;
    border-radius: 22px;
    border: 2px solid #163aaf;
}
.second-block-2 {
    color:#163aaf;
    line-height: 40px;
}
.second-block-2 p{
    padding: 40px;
    font-size: 17px;
}
.second-block-2::after {
    content: "";
    background: #f47820;
    position: relative;
    float: left;
    height: 1px;
    width: 350px;
    margin-top: 10px;
}
