#gmail-built-in-detail .title{
    width: 100%;
    margin-top: 29px;
}
#gmail-built-in-detail .content-background{
    padding-bottom: 27px;
    border-top: 1px solid #e6e6e6;
}
#gmail-built-in-detail .content{
    background-color: #fff;
    max-width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
}
#gmail-built-in-detail .col-xl-4{
    padding-left: 0px;
}
#gmail-built-in-detail .content-title{
    font-family: Poppins;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 80px;
    line-height: normal;
}
#gmail-built-in-detail .description-text p, #gmail-built-in-detail .description-text{
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 2;
    text-align: left;
}
#gmail-built-in-detail .description-item{
    margin-bottom: 57px;
    line-height: 2;
}
#gmail-built-in-detail .description-img{
    margin: auto;
    margin-top: 28px;
    max-height: 400px;
    width: auto;
}
#gmail-built-in-detail .video-title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}
#gmail-built-in-detail .video-description p, #gmail-built-in-detail .video-description{
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: #333333;
    text-align: left;
}
#gmail-built-in-detail .video{
    padding-bottom: 49px;
    padding-top:57px;
    border-top: 1px solid #e6e6e6;
}
body a:hover {
	text-decoration: none;	
}

#gmail-built-in-detail .interested-background{
    background-color: #f7f7f7;
    width: 100%;
}

#gmail-built-in-detail .interested-background a{
    color: #006db7;
    font-family: Poppins;
    font-size: 14px;
}
#gmail-built-in-detail .home-button{
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    cursor: pointer;
}

#gmail-built-in-detail .interested-background img{
    width: 160px;
    height: auto;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    max-width: none;
    margin-bottom: 10px;
}

#gmail-built-in-detail .home{
    width: 180px;
    height: 46px;
    margin-bottom: 54px;
    border-radius: 5px;
    background-color: #1572ba;
    margin-top: 32px;
}

#gmail-built-in-detail .interested-background .item{
    margin-bottom: 43px;
}

#gmail-built-in-detail .interested-background .item-title{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.3;
}

#gmail-built-in-detail .interested-background .item-description{
    font-family: Poppins;
    font-size: 16.5px;
    color: #333333;
    margin-bottom: 10px;
}
#gmail-built-in-detail .interested-background .item-description p{
    margin: 0;
}


#gmail-built-in-detail .interested-title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 41px;
    margin-bottom: 41px;
    line-height: 1.6;
}

#gmail-built-in-detail hr{
    margin-top: 0px;
}
@media screen and (max-width: 800px){
    #gmail-built-in-detail .interested-background .item{
        align-items: center;
        flex-direction: column;
    }
    #gmail-built-in-detail .content-title{
        font-size: 36px;
	margin-bottom: 40px;
    }
    #gmail-built-in-detail .video-iframe{
        height: 59.2vw;
    }
    #gmail-built-in-detail .description-img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    #gmail-built-in-detail .content{
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
