/* ********************   PACKAGES HEADER START:  *********************  */

.package-head-bg{
    background: url("./imgs/packages-bg.png") center center no-repeat;
    background-size: cover;
    padding: 120px 0 120px;
    margin-top: -1px;
 }

.package-bg-text h1{
    font-size: 72px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 600;
}

/* ********************   PACKAGES HEADER END:  *********************  */


/* *********************   PACKAGES-CONTENT START:  *********************  */
.first-row, .second-row{
    margin-top: 110px;
    max-width: 1480px;
}
.package-icon{
    border-width: 2px;
    border-color: rgb(213, 213, 213);
    border-style: dashed;
    border-radius: 20px;
    padding: 20px;
    width: 140px;
    height: 140px;
    /* background-color: yellow; */
    -ms-transform: rotate(20deg); /* IE 9 */
    transform: rotate(52deg);
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 20px;
}
.package-icon img{
    -ms-transform: rotate(20deg); /* IE 9 */
    transform: rotate(-52deg);
}
.package-head h1 {
    font-size: 24px;
    color: rgb(31, 64, 141);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.package-text p{
    font-size: 22px;
    margin-top:12px;
    font-family: 'Poppins', sans-serif;
    color:  rgb(17, 17, 17);
    line-height: 1.565;
    
}

.second-row{
    margin-top: 100px;
    margin-bottom: 150px;
}

/* *********************   PACKAGES-CONTENT END:  *********************   */


@media(max-width:767px){
    .first-row, .second-row {
        margin-top: 90px;     
    }
    .second-row {
        margin-top: 60px;     
    }
    .package-icon {
        width: 120px;
        height: 120px;
        float: none;        
        margin: 0 auto;
    }
    .package-head h1 {
        font-size: 22px;
        margin: 40px 0px 0px;
        text-align: center;
    }
    .package-text p {
        font-size: 18px;
        text-align: center;
    }
    .second-row{
        margin-bottom: 60px;
    }
}