.section1-pjohesh {
    width: 80%;
    height: 200px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.section1-pjohesh-title {
    color: #02195a;
    font-size: 25px;
}
.set1-section1-pjohesh {
    display: flex;
    gap: 30px;
}
.set1-section1-pjohesh > div {
    background-color: #02195a;
    padding: 10px 40px;
    border-radius: 25px;
    color: white;
    position: relative;
    text-align: right;
    width: fit-content;
    cursor: pointer;
    overflow: hidden;
}
.set1-section1-pjohesh > div > img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 14px;
    transition: 1s;
}
.set1-section1-pjohesh > div:hover img {
    transform: translateX(-60px);
}
.important {
    background-color: #31c5f5 !important;
}

/* section2 */

.section2-pjohesh {
    width: 100%;
    height: 400px;
    background-color: rgba(49, 197, 245, 0.41);
    display: flex;
}
.section2-pjohesh > .img1 {
    width: 350px;
    height: 400px;
}
.section2-pjohesh > .img2 {
    width: 350px;
    height: 400px;
}
.section2-pjohesh > .sor > img {
    width: 100%;
    height: 100%;
}
.set1-section2-pjohesh {
    width: 540px;
    margin: 40px auto;
    position: relative;
}
.set1-section2-pjohesh > p {
    font-size: 14px;
}
.section2-pjohesh-buttun {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #02195a;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s;
}
.section2-pjohesh-buttun:hover {
    color: #365abd;
}

/* section3 */

.section3-pjohesh {
    width: 80%;
    height: 400px;
    margin: 3px auto;
    display: flex;
    gap: 20px;
}
.set1-section3-pjohesh {
    width: 55%;
    height: 350px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}
.set1-section3-pjohesh > p {
    font-size: 14px;
}
.set1-section3-pjohesh > h1 {
    color: #1d3c6d;
    font-size: 24px !important;
    font-weight: bolder;
}
.set1-section3-pjohesh > ul > li {
    margin: 4px;
}
.set2-section3-pjohesh {
    width: 45%;
    height: 400px;
    display: flex;
}
.img3 {
    width: 450px;
    height: 380px;
}

/* section4 */

.section4-pjohesh {
    width: 85%;
    height: 400px;
    display: flex;
    gap: 20px;
    background-color: rgba(49, 197, 245, 0.41);
}
.section4-pjohesh > div > img {
    mask-image: linear-gradient(to right, transparent, black 40%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 40%);
}
.section4-pjohesh > div {
    width: 608px;
}
