* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.desktop {
    width: 100vw;
    height:100vh ;
    padding: 80px 165px 80px 165px;
    background-color:#FAFAFA ;
    font-family:"Poppins", sans-serif; ;
    
}
.cont{
    max-width: 1110px;
    height: 762px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    justify-content: space-around;

}
.top {
    max-width: 540px;
    height: 168px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p1 {
    color: #4D4F62;
    font-size: 36px;
    font-weight: 275;
    letter-spacing: 0.25px;
    text-align: center;
}
.p2 {
    color: #4D4F62;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-align: center;

}
.p3 {
    color: #4D4F62;
    text-align: center;
     font-size: 15px;
     font-weight: 400;
     line-height: 25px; /* 166.667% */
     letter-spacing: 0.104px;
     opacity: 0.5;
}

.bottom{
    max-width: 1110px;
    height: 520px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

}
p{
    color: #4D4F62;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px; /* 176.923% */
    letter-spacing: 0.09px;
    opacity: 0.5;
}
h1 {
    color: #4D4F62;
    font-size: 20px;
    font-weight: 600;
    


}
.column1 {
    max-width: 350px;
    height: 250px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 15px 30px -11px rgba(131, 166, 210, 0.50);
    padding: 32px 32px 136px 32px;
    position: relative;
    border-top-width: 4px;
    border-top-color: #44D3D2 ;
    border-top-style: solid;
    
}
.img1 {
    position: absolute;
    max-width: 64px;
    height: 64px;
    left: 60%;
    top: 60%;
}


.column2 {
    
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.box1{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 15px 30px -11px rgba(131, 166, 210, 0.50);
    max-width: 350px;
    height: 250px;
    padding: 32px 32px 136px 32px;
    position: relative;
    border-top-width: 4px;
    border-top-color: #EA5454 ;
    border-top-style: solid;
}

.box2{
    max-width: 350px;
    height: 250px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 15px 30px -11px rgba(131, 166, 210, 0.50);
    padding: 32px 32px 136px 32px;
    position: relative;
    border-top-color: #FCAE4A;
    border-top-width: 4px;
    border-top-style: solid;
}



.column3 {
    max-width: 350px;
    height: 250px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 15px 30px -11px rgba(131, 166, 210, 0.50);
    padding: 32px 32px 136px 32px;
    position: relative;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color:#549EF2 ;
}

@media (max-width:1100px){

 .cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 } 
.bottom { flex-direction: column;
         justify-content: space-between;
}
.top{
    max-width: 311px;
    height: 161px;
    display: flex;

}
.p1{
    font-size: 24px;
    letter-spacing: 0.167px;
    max-width: 297px;
}
.p2{
    font-size: 24px;
    letter-spacing: 0.167px;
    max-width: 295px;
}
.column1{
    max-width: 311px;
    height: 222px;
}
.img1{
    max-width: 57px;
    height: 57px;
}
.box1{
    max-width: 311px;
    height: 222px;
}
.box2{
    max-width: 311px;
    height: 222px;
}
.column3{
    max-width: 311px;
    height: 222px;
}

}

    

