.plan-guidance-container{width:90%;margin:25px auto 25px;max-width:1150px;padding:0 30px 0 11px;padding-left:30px}
.plan-guidance-center-row{display:flex;justify-content:center;gap:20px;align-items:center}
a{text-decoration:none;color:#000}
.plan-guidance-item{width:33%;height:153px;border:2px solid transparent;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:0 16px}
.plan-guidance-item:hover{text-decoration:none}
.plan-guidance-item-content{width:100%;display:flex;justify-content:space-around;align-items:center;gap:20px}
.redirection-btn{background:#fff;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center}
.plan-guidance-item-elipse{width:70px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fff}
.document-img{width:43px;height:43px}
.item1{background-color:#e9d4cd}
.item2{background-color:#e4e7d4}
.item3{background-color:#dbe8f2}
.plan-guidance-item-text{width:193px;color:black}
.plan-guidance-item-text-h1{font-size:17px;font-weight:700;margin-bottom:5px}
.plan-guidance-item-text-p{font-size:15px;margin-block-start:11px;line-height:20px;font-weight:400}
.plan-guidance-item-text-p.mob{display:none}
.arrow-right{display:none;font-size:28px}
@media screen and (min-width:767px) and (max-width:1100px){.plan-guidance-container{padding:0 30px 0 7px;width:94%}
.plan-guidance-item-content{flex-direction:column;align-items:baseline;gap:12px}
.redirection-btn{position:absolute;top:13px;right:10px}
.plan-guidance-item{position:relative;align-items:baseline;padding-top:10px}
.plan-guidance-item-elipse{height:44px;width:44px}
.document-img{width:27px;height:27px}
.plan-guidance-item-text{width:100%}
.plan-guidance-item-text-p{margin-top:4px;line-height:18px;font-size:14px;display:block}
.plan-guidance-item-text-h1{font-size:16px}
}
@media screen and (min-width:1290){.plan-guidance-item-text-h1{font-size:18px}
.plan-guidance-item-text-p{font-size:16px}
}
@media screen and (max-width:767px){.plan-guidance-container{width:93% !important;margin-top:42px;padding:unset;margin-bottom:15px}
.plan-guidance-item-text-h1{font-size:16px}
.plan-guidance-item-text-p{font-size:14px;margin-block-start:6px}
.plan-guidance-center-row{flex-direction:column}
.plan-guidance-item{padding:10px;height:113px;border-radius:18px;justify-content:space-between;width:100%}
.plan-guidance-item-content{width:100%;gap:10px}
.redirection-btn{display:none}
.plan-guidance-item-text-p{display:none}
.plan-guidance-item-text-p.mob{font-size:16px;margin-block-start:8px;line-height:20px;font-weight:400;display:block}
.plan-guidance-item-elipse{width:48px;height:48px;border-radius:50%;font-size:24px;color:#e06336;display:flex;justify-content:center;align-items:center;padding:5px}
.document-img{width:28px;height:28px}
.arrow-right{display:block;margin-right:14px}
}
@media screen and (min-width:800px) and (max-width:1100px){.plan-guidance-container{padding:0 30px 0 6px}
}