.mainSection .seealsoHeading {
   	margin-bottom: 0px !important;
    font-size: 22px !important;
    margin-top: 10px !important;
	height: 44px;
	font-family: VerizonNHGeDS !important;
	font-weight: bold;
}

#seealsoLinkDesc:active,#seealsoLinkDesc:hover,#seealsoLinkDesc:focus{
	outline:2px solid !important;
    outline-offset:0px;
	color: #000 !important;
}


.seealsoDesc h3 {
    color: #000;
    font-family: VerizonNHGeDS !important;
    font-weight: bold;
    font-size: 16px;
    width: 83%;
    float: left;
    margin: 0 15px 0 0;
    padding: 12px 0 12px 12px;
}

.mainSection {
    display: flex;
    flex-wrap: wrap;
    width: 93vw !important;
    margin-left: -10px;
}

.secSection {
    width: 31%;
    margin: 10px;
}

#seealsoLinkDesc {
    background-color: #9e9e9e2b;
    margin: 0 0 10px 0;
    width: 100%;
    display: inline-block;
}

.arrow-right {
    width: 35px;
    margin-top: 12px;
    background-image: url("../../../../../content/dam/support/seealso/arrow-right-thin.png");
    float: right;
    padding-bottom: 19px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Responsive CSS for tablet and mobile */

@media (max-width:480px) {

    .secSection {
        width: 100%;
    }


	.seealsoDesc h3 {
    width: 80%;
    margin: 0 !important;
    }

}

@media (min-width:480px) and (max-width:1199px) {

    .seealsoDesc {
        width: 79%;
    	margin: 0 2% 0 0;
    }

    .secSection {
        width: 45%;
    }
}

@media (min-width:1500px) and (max-width:1999px) {
    .mainSection {
        width: 87vw !important;
    }

    .secSection {
        width: 29%;
    }

}

@media (min-width:2000px) {
    .mainSection {
        width: 75vw !important;
    }

    .secSection {
        width: 28%;
    }

}
